diff mbox

[03/17] Net: can: Makefile: Remove deprecated kbuild goal definitions

Message ID 1290387808-2239-4-git-send-email-tdent48227@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

T Dent Nov. 22, 2010, 1:03 a.m. UTC
None
diff mbox

Patch

diff --git a/net/can/Makefile b/net/can/Makefile
index 9cd3c4b..2d3894b 100644
--- a/net/can/Makefile
+++ b/net/can/Makefile
@@ -3,10 +3,10 @@ 
 #
 
 obj-$(CONFIG_CAN)	+= can.o
-can-objs		:= af_can.o proc.o
+can-y			:= af_can.o proc.o
 
 obj-$(CONFIG_CAN_RAW)	+= can-raw.o
-can-raw-objs		:= raw.o
+can-raw-y		:= raw.o
 
 obj-$(CONFIG_CAN_BCM)	+= can-bcm.o
-can-bcm-objs		:= bcm.o
+can-bcm-y		:= bcm.o