1 # SPDX-License-Identifier: GPL-2.0-only << 2 obj-$(CONFIG_MAC802154) += mac802154.o 1 obj-$(CONFIG_MAC802154) += mac802154.o 3 mac802154-objs := main.o rx.o tx.o ma 2 mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \ 4 iface.o llsec.o uti !! 3 iface.o llsec.o util.o cfg.o trace.o 5 4 6 CFLAGS_trace.o := -I$(src) 5 CFLAGS_trace.o := -I$(src) >> 6 >> 7 ccflags-y += -D__CHECK_ENDIAN__
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.