summaryrefslogtreecommitdiffstats
path: root/net/mac802154/Makefile
diff options
context:
space:
mode:
authorAlexander Aring2014-10-25 09:40:59 +0200
committerMarcel Holtmann2014-10-25 21:39:54 +0200
commit62eb01f5c2d735e8aeab6bc95e5832cb59397527 (patch)
treea16cf928411700e596fab28c5787a4401a3ae706 /net/mac802154/Makefile
parentBluetooth: Add self-tests for SMP crypto functions (diff)
downloadkernel-qcow2-linux-62eb01f5c2d735e8aeab6bc95e5832cb59397527.tar.gz
kernel-qcow2-linux-62eb01f5c2d735e8aeab6bc95e5832cb59397527.tar.xz
kernel-qcow2-linux-62eb01f5c2d735e8aeab6bc95e5832cb59397527.zip
mac802154: move ieee802154_dev.c to main.c
The ieee802154_dev functionality contains various function for allocation and registration of an ieee802154_dev. This is equal to the net/mac80211/main.c file. This patch rename the ieee802154_dev.c to main.c to have the same behaviour. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154/Makefile')
-rw-r--r--net/mac802154/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile
index 9723d6f3f3e5..1ecbc47d4276 100644
--- a/net/mac802154/Makefile
+++ b/net/mac802154/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_MAC802154) += mac802154.o
-mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o \
+mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
monitor.o wpan.o llsec.o
ccflags-y += -D__CHECK_ENDIAN__