Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 521cb40b0c44418a4fd36dc633f575813d59a43d authored by Linus Torvalds on 15 March 2011, 01:20:32 UTC
Linux 2.6.38
Tip revision: 521cb40
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

ccflags-y += -Wall -DDEBUG
back to top