c05564c4d8
Android 13
6 lines
164 B
Makefile
Executable file
6 lines
164 B
Makefile
Executable file
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
|
|
|
|
CFLAGS_trace.o := -I$(src)
|