diff options
Diffstat (limited to 'drivers/net/can/cc770/Makefile')
-rw-r--r-- | drivers/net/can/cc770/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/can/cc770/Makefile b/drivers/net/can/cc770/Makefile new file mode 100644 index 000000000..65e8549f2 --- /dev/null +++ b/drivers/net/can/cc770/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the Bosch CC770 CAN controller drivers. +# + +obj-$(CONFIG_CAN_CC770) += cc770.o +obj-$(CONFIG_CAN_CC770_ISA) += cc770_isa.o +obj-$(CONFIG_CAN_CC770_PLATFORM) += cc770_platform.o |