mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
36426484fc
This patch removes the not functional fakehard driver. We don't support HardMAC 802.15.4 drivers right now. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
5 lines
186 B
Makefile
5 lines
186 B
Makefile
obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o
|
|
obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o
|
|
obj-$(CONFIG_IEEE802154_MRF24J40) += mrf24j40.o
|
|
obj-$(CONFIG_IEEE802154_CC2520) += cc2520.o
|