mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
e1e49b6413
Add support for IEEE 802.15.4 loopback driver - useful development and debugging tool. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
3 lines
92 B
Makefile
3 lines
92 B
Makefile
obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
|
|
obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o
|