• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ieee802154/
1obj-$(CONFIG_IEEE802154) +=	ieee802154.o af_802154.o
2ieee802154-y		:= netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
3af_802154-y		:= af_ieee802154.o raw.o dgram.o
4
5ccflags-y += -Wall -DDEBUG
6