From 36f04c1bf9d6b389bb898f5b97e8a07ad0ffc95e Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 17 Jun 2011 18:48:29 +0000 Subject: [PATCH] IEEE 802.15.4: do not enable driver debugging by default The IEEE 802.15.4 drivers were compiled by default with debugging, which caused them to be rather chatty and slow. This patch silences them. People debugging drivers can still add a #define DEBUG in the beginning of the respective file or use dynamic debug This patch also removes the now unused option CONFIG_FFD. Signed-off-by: Werner Almesberger Signed-off-by: Dmitry Eremin-Solenikov --- drivers/ieee802154/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile index 68999137dedfe..800a3894af0dd 100644 --- a/drivers/ieee802154/Makefile +++ b/drivers/ieee802154/Makefile @@ -1,3 +1 @@ obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o - -ccflags-y := -DDEBUG -DCONFIG_FFD -- 2.39.5