diff options
Diffstat (limited to 'drivers/net/can/cc770/Makefile')
-rw-r--r-- | drivers/net/can/cc770/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/can/cc770/Makefile b/drivers/net/can/cc770/Makefile new file mode 100644 index 000000000000..34e818026157 --- /dev/null +++ b/drivers/net/can/cc770/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the Bosch CC770 CAN controller drivers. +# + +obj-$(CONFIG_CAN_CC770) += cc770.o + +ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG |