Alexander Aring | 955d7fc | 2014-12-31 19:39:08 +0100 | [diff] [blame] | 1 | obj-$(CONFIG_IEEE802154) += ieee802154.o |
Alexander Aring | 79300e3 | 2014-12-31 19:39:09 +0100 | [diff] [blame] | 2 | obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o |
Alexander Aring | 2c6bed7 | 2014-07-11 10:24:18 +0200 | [diff] [blame] | 3 | obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o |
Alexander Smirnov | 44331fe | 2011-08-24 19:34:42 -0700 | [diff] [blame] | 4 | |
Alexander Aring | 2c6bed7 | 2014-07-11 10:24:18 +0200 | [diff] [blame] | 5 | ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o |
Alexander Aring | 86d52cd | 2014-10-25 09:41:03 +0200 | [diff] [blame] | 6 | ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ |
Alexander Aring | 79fe1a2 | 2014-11-09 08:36:53 +0100 | [diff] [blame] | 7 | header_ops.o sysfs.o nl802154.o |
Alexander Aring | 71e36b1 | 2014-12-31 19:39:12 +0100 | [diff] [blame^] | 8 | ieee802154_socket-y := socket.o |
Phoebe Buckheister | b70ab2e | 2014-03-14 21:23:59 +0100 | [diff] [blame] | 9 | |
| 10 | ccflags-y += -D__CHECK_ENDIAN__ |