This website requires JavaScript.
Explore
Help
Register
Sign in
Techwizz
/
kernel-fxtec-pro1x
Watch
1
Star
0
Fork
You've already forked kernel-fxtec-pro1x
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
151d9fad6e
kernel-fxtec-pro1x
/
drivers
/
ieee802154
/
Makefile
4 lines
83 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 06:18:51 -06:00
obj-$(CONFIG_IEEE802154_FAKEHARD)
+=
fakehard.o
ieee802154: change to new flag variable Replace EXTRA_CFLAGS with ccflags-y. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: WANG Cong <xiyou.wangcong@gmail.com> Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
2011-01-14 07:12:40 -07:00
ccflags-y
:=
-DDEBUG -DCONFIG_FFD
Reference in a new issue
Copy permalink