mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
5 lines
155 B
Makefile
5 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__
|