Signed-off-by: Alexander Aring <aar@xxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html