diff options
author | Werner Almesberger <werner@almesberger.net> | 2011-06-17 18:48:29 (GMT) |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-06-30 12:18:09 (GMT) |
commit | 0ac9ebedce444ec6f93cf6a995e4a20009191b00 (patch) | |
tree | 6ed6220a1e51d7b8138dc287e184b9f13057fcc6 /drivers/ieee802154 | |
parent | fa1da8835b0764a77a72dea8861bdb1b8c4c59d2 (diff) | |
download | linux-fsl-qoriq-0ac9ebedce444ec6f93cf6a995e4a20009191b00.tar.xz |
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 <werner@almesberger.net>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'drivers/ieee802154')
-rw-r--r-- | drivers/ieee802154/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile index 6899913..800a389 100644 --- a/drivers/ieee802154/Makefile +++ b/drivers/ieee802154/Makefile @@ -1,3 +1 @@ obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o - -ccflags-y := -DDEBUG -DCONFIG_FFD |