Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into for...
[linux-2.6/btrfs-unstable.git] / net / ieee802154 / Makefile
blob9f6970f2a28b9e9d6840ccbef56efdf3d19b2531
1 obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o
2 obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o
4 ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o
5 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
6 header_ops.o sysfs.o nl802154.o
7 af_802154-y := af_ieee802154.o raw.o dgram.o
9 ccflags-y += -D__CHECK_ENDIAN__