diff mbox

[RFC,bluetooth-next,2/4] mac802154: keep Makefile sync with mac80211

Message ID 20160725121450.4093-3-aar@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Aring July 25, 2016, 12:14 p.m. UTC
Signed-off-by: Alexander Aring <aar@pengutronix.de>
---
 net/mac802154/Makefile | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile
index 17a51e8..9f7347a 100644
--- a/net/mac802154/Makefile
+++ b/net/mac802154/Makefile
@@ -1,6 +1,17 @@ 
 obj-$(CONFIG_MAC802154)	+= mac802154.o
-mac802154-objs		:= main.o rx.o tx.o mac_cmd.o mib.o \
-			   iface.o llsec.o util.o cfg.o trace.o
+
+# mac802154 objects
+mac802154-objs := \
+	main.o \
+	rx.o \
+	tx.o \
+	mac_cmd.o \
+	mib.o \
+	iface.o \
+	llsec.o \
+	util.o \
+	cfg.o \
+	trace.o
 
 CFLAGS_trace.o := -I$(src)