diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/can/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/can/Makefile b/drivers/net/can/Makefile index fc9304143f44..c533c62b0f5e 100644 --- a/drivers/net/can/Makefile +++ b/drivers/net/can/Makefile | |||
@@ -29,4 +29,5 @@ obj-$(CONFIG_CAN_GRCAN) += grcan.o | |||
29 | obj-$(CONFIG_CAN_RCAR) += rcar_can.o | 29 | obj-$(CONFIG_CAN_RCAR) += rcar_can.o |
30 | obj-$(CONFIG_CAN_XILINXCAN) += xilinx_can.o | 30 | obj-$(CONFIG_CAN_XILINXCAN) += xilinx_can.o |
31 | 31 | ||
32 | subdir-ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG | 32 | subdir-ccflags-y += -D__CHECK_ENDIAN__ |
33 | subdir-ccflags-$(CONFIG_CAN_DEBUG_DEVICES) += -DDEBUG | ||