diff options
author | Alexander Aring | 2014-12-31 19:39:10 +0100 |
---|---|---|
committer | Marcel Holtmann | 2015-01-03 01:49:24 +0100 |
commit | 78f821b648267d3ee1a63093cd0c41cc99b97727 (patch) | |
tree | ea8b300e8f080c392210f2050c35ef1ba93e3076 /net/ieee802154/Makefile | |
parent | 79300e3a438f93c7431b4bf40fa18580ccb34be1 (diff) |
ieee802154: socket: put handling into one file
This patch puts all related socket handling into one file. This is just
a cleanup to do all socket handling stuff inside of one implementation
file.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/Makefile')
-rw-r--r-- | net/ieee802154/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile index 19b2bec1fd09..e6ddfcd73510 100644 --- a/net/ieee802154/Makefile +++ b/net/ieee802154/Makefile @@ -5,6 +5,6 @@ obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ header_ops.o sysfs.o nl802154.o -ieee802154_socket-y := af_ieee802154.o raw.o dgram.o +ieee802154_socket-y := af_ieee802154.o ccflags-y += -D__CHECK_ENDIAN__ |