This website requires JavaScript.
Explore
Help
Sign In
kevin
/
linux
Watch
1
Fork
0
You've already forked linux
Code
861efc547c
linux
/
drivers
/
ieee802154
/
Makefile
2 lines
48 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 05:18:51 -07:00
obj-$(CONFIG_IEEE802154_FAKEHARD)
+=
fakehard.o
Copy Permalink