mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
0ac9ebedce
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>
2 lines
48 B
Makefile
2 lines
48 B
Makefile
obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
|