powerpc/pseries: dynamically added OF nodes need to call of_node_init
[deliverable/linux.git] / net / ieee802154 / Makefile
1 obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o
2 obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o
3 obj-$(CONFIG_6LOWPAN_IPHC) += 6lowpan_iphc.o
4
5 6lowpan-y := 6lowpan_rtnl.o reassembly.o
6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o \
7 header_ops.o
8 af_802154-y := af_ieee802154.o raw.o dgram.o
9
10 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.030177 seconds and 5 git commands to generate.