mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
7 lines
117 B
Makefile
7 lines
117 B
Makefile
|
#
|
||
|
# Makefile for the Linux Controller Area Network core.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CAN) += can.o
|
||
|
can-objs := af_can.o proc.o
|