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.
This patch also removes the now unused option CONFIG_FFD. Signed-off-by: Werner Almesberger <wer...@almesberger.net> --- drivers/ieee802154/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile index cb33815..54efc02 100644 --- a/drivers/ieee802154/Makefile +++ b/drivers/ieee802154/Makefile @@ -4,5 +4,3 @@ obj-$(CONFIG_IEEE802154_SERIAL) += serial.o obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o obj-$(CONFIG_IEEE802154_CC2420) += cc2420.o obj-$(CONFIG_IEEE802154_ADF7242) += adf7242.o - -EXTRA_CFLAGS += -DDEBUG -DCONFIG_FFD -- 1.7.0.4 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel