This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-11-29 21:06:41 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
073ae10c0f
linux_dsm_epyc7002
/
drivers
/
ieee802154
/
Makefile
3 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
ieee802154: add simple HardMAC driver sample fakehard is a really simple driver implementing only necessary callbacks and serves the role of an example of driver for HardMAC IEEE 802.15.4 device. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Sergey Lapin <slapin@ossfans.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-08 19:18:51 +07:00
obj-$(CONFIG_IEEE802154_FAKEHARD)
+=
fakehard.o
drivers/ieee802154: IEEE 802.15.4 loopback driver 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>
2012-05-16 03:50:30 +07:00
obj-$(CONFIG_IEEE802154_FAKELB)
+=
fakelb.o
Reference in New Issue
Copy Permalink