aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee802154/Makefile
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-06-08 12:18:51 +0000
committerDavid S. Miller <davem@davemloft.net>2009-06-09 05:25:34 -0700
commit8459464f07cf67cab07b17d5736d75fb86adab22 (patch)
tree888f463a186c7018f3352152830d71fcb59746c4 /drivers/ieee802154/Makefile
parentieee802154: add documentation about our stack (diff)
downloadlinux-dev-8459464f07cf67cab07b17d5736d75fb86adab22.tar.xz
linux-dev-8459464f07cf67cab07b17d5736d75fb86adab22.zip
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>
Diffstat (limited to 'drivers/ieee802154/Makefile')
-rw-r--r--drivers/ieee802154/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile
new file mode 100644
index 000000000000..e0e8e1a184ff
--- /dev/null
+++ b/drivers/ieee802154/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
+
+EXTRA_CFLAGS += -DDEBUG -DCONFIG_FFD