]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/ieee802154/Makefile
Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / net / ieee802154 / Makefile
CommitLineData
44331fe2 1obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o
2c6bed7c 2obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o
44331fe2 3
2c6bed7c 4ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o
94b4f6c2
PB
5ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o \
6 header_ops.o
44331fe2 7af_802154-y := af_ieee802154.o raw.o dgram.o
b70ab2e8
PB
8
9ccflags-y += -D__CHECK_ENDIAN__