mirror of https://gitee.com/openkylin/linux.git
8 lines
144 B
Makefile
8 lines
144 B
Makefile
|
#
|
||
|
# Makefile for the SJA1000 CAN controller drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CAN_SJA1000) += sja1000.o
|
||
|
|
||
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|