2007-11-17 00:52:17 +01:00
|
|
|
#
|
|
|
|
# Makefile for the Linux Controller Area Network core.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_CAN) += can.o
|
2010-11-21 16:03:14 +01:00
|
|
|
can-y := af_can.o proc.o
|
2007-11-17 00:53:09 +01:00
|
|
|
|
|
|
|
obj-$(CONFIG_CAN_RAW) += can-raw.o
|
2010-11-21 16:03:14 +01:00
|
|
|
can-raw-y := raw.o
|
2007-11-17 00:53:52 +01:00
|
|
|
|
|
|
|
obj-$(CONFIG_CAN_BCM) += can-bcm.o
|
2010-11-21 16:03:14 +01:00
|
|
|
can-bcm-y := bcm.o
|
2011-09-01 06:23:23 +02:00
|
|
|
|
|
|
|
obj-$(CONFIG_CAN_GW) += can-gw.o
|
|
|
|
can-gw-y := gw.o
|