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