summaryrefslogtreecommitdiff
path: root/drivers/net/can/c_can
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-08-17 22:38:24 (GMT)
committerMarc Kleine-Budde <mkl@pengutronix.de>2014-08-17 23:03:38 (GMT)
commit4ade6feb52262eae0c40d6714e3446bfa4d19a5f (patch)
treed00acb17cab71d8e3f264186f93cde6d1eed04f2 /drivers/net/can/c_can
parentc9d26423e56ce1ab4d786f92aebecf859d419293 (diff)
downloadlinux-4ade6feb52262eae0c40d6714e3446bfa4d19a5f.tar.xz
net: can: use kbuild magic to inherit debug settings
No need to manually copy debug settings into subdir Makefiles. kbuild has a mechanism for inheriting, so let's use it. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/c_can')
-rw-r--r--drivers/net/can/c_can/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/can/c_can/Makefile b/drivers/net/can/c_can/Makefile
index ad1cc84..9fdc678 100644
--- a/drivers/net/can/c_can/Makefile
+++ b/drivers/net/can/c_can/Makefile
@@ -5,5 +5,3 @@
obj-$(CONFIG_CAN_C_CAN) += c_can.o
obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o
obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o
-
-ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG