mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
8df8c56a5a
Because the IEEE 802154 and Bluetooth share the IP header compression and uncompression code, the common code is moved to 6lowpan_iphc.c file. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
6 lines
229 B
Makefile
6 lines
229 B
Makefile
obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o
|
|
obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o 6lowpan_iphc.o
|
|
|
|
ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
|
|
af_802154-y := af_ieee802154.o raw.o dgram.o
|