forked from Minki/linux
b9ff77e50c
This patch removes the monitor implementation file and put all monitor stuff into iface file. It's now small enough to put all necessary handling into iface. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
6 lines
155 B
Makefile
6 lines
155 B
Makefile
obj-$(CONFIG_MAC802154) += mac802154.o
|
|
mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
|
|
iface.o llsec.o util.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|