Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: b0af8dfdd67699e25083478c63eedef2e72ebd85 authored by Linus Torvalds on 28 June 2011, 02:12:22 UTC
Linux 3.0-rc5
Tip revision: b0af8df
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