Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 74fca6a42863ffacaf7ba6f1936a9f228950f657 authored by Linus Torvalds on 09 September 2009, 22:13:59 UTC
Linux 2.6.31
Tip revision: 74fca6a
Makefile
obj-$(CONFIG_IEEE802154) +=	nl802154.o af_802154.o
nl802154-y		:= netlink.o nl_policy.o
af_802154-y		:= af_ieee802154.o raw.o dgram.o

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