Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: b6fd41e29dea9c6753b1843a77e50433e6123bcb authored by Linus Torvalds on 12 September 2011, 21:02:02 UTC
Linux 3.1-rc6
Tip revision: b6fd41e
Makefile
obj-$(CONFIG_IEEE802154) +=	ieee802154.o af_802154.o
ieee802154-y		:= netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
af_802154-y		:= af_ieee802154.o raw.o dgram.o
back to top