All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <aar@pengutronix.de>
To: linux-wpan@vger.kernel.org
Cc: kernel@pengutronix.de, Alexander Aring <aar@pengutronix.de>
Subject: [RFC bluetooth-next 2/4] mac802154: keep Makefile sync with mac80211
Date: Mon, 25 Jul 2016 14:14:48 +0200	[thread overview]
Message-ID: <20160725121450.4093-3-aar@pengutronix.de> (raw)
In-Reply-To: <20160725121450.4093-1-aar@pengutronix.de>

Signed-off-by: Alexander Aring <aar@pengutronix.de>
---
 net/mac802154/Makefile | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

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)
 
-- 
2.9.0


  parent reply	other threads:[~2016-07-25 12:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25 12:14 [RFC bluetooth-next 0/4] ieee802154: remove deprecated UAPI Alexander Aring
2016-07-25 12:14 ` [RFC bluetooth-next 1/4] ieee802154: socket: remove af802154 raw socket Alexander Aring
2016-07-25 12:14 ` Alexander Aring [this message]
2016-07-25 12:14 ` [RFC bluetooth-next 3/4] ieee802154: remove old netlink api Alexander Aring
2016-07-25 12:14 ` [RFC bluetooth-next 4/4] mac802154: iface: remove ioctl functionality Alexander Aring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160725121450.4093-3-aar@pengutronix.de \
    --to=aar@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-wpan@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.