blob: 86f1cf21fce4a815e7738832871bce7ca67114c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for the Linux Controller Area Network core.
#
obj-$(CONFIG_CAN) += can.o
can-objs := af_can.o proc.o
obj-$(CONFIG_CAN_RAW) += can-raw.o
can-raw-objs := raw.o
|