diff options
Diffstat (limited to 'drivers/net/can/sja1000/Makefile')
-rw-r--r-- | drivers/net/can/sja1000/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/sja1000/Makefile b/drivers/net/can/sja1000/Makefile index 5115cc90ab51..7772dd23272d 100644 --- a/drivers/net/can/sja1000/Makefile +++ b/drivers/net/can/sja1000/Makefile | |||
@@ -4,5 +4,6 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_CAN_SJA1000) += sja1000.o | 5 | obj-$(CONFIG_CAN_SJA1000) += sja1000.o |
6 | obj-$(CONFIG_CAN_SJA1000_PLATFORM) += sja1000_platform.o | 6 | obj-$(CONFIG_CAN_SJA1000_PLATFORM) += sja1000_platform.o |
7 | obj-$(CONFIG_CAN_EMS_PCI) += ems_pci.o | ||
7 | 8 | ||
8 | ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG | 9 | ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG |