From 0ac9ebedce444ec6f93cf6a995e4a20009191b00 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 17 Jun 2011 18:48:29 +0000 Subject: 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(-) (limited to 'drivers/ieee802154') diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile index 68999137ded..800a3894af0 100644 --- a/drivers/ieee802154/Makefile +++ b/drivers/ieee802154/Makefile @@ -1,3 +1 @@ obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o - -ccflags-y := -DDEBUG -DCONFIG_FFD -- cgit v1.2.3