IEEE 802.15.4: do not enable driver debugging by default
authorWerner Almesberger <werner@almesberger.net>
Fri, 17 Jun 2011 18:48:29 +0000 (18:48 +0000)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 30 Jun 2011 12:18:09 +0000 (16:18 +0400)
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 <werner@almesberger.net>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
drivers/ieee802154/Makefile

index 68999137dedfe24cb7044d6de38b6e4f6f8193c5..800a3894af0dd72190f5ad0e3bdadc32111219a3 100644 (file)
@@ -1,3 +1 @@
 obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
-
-ccflags-y := -DDEBUG -DCONFIG_FFD