Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.7-rc6 7 lines 197 B view raw
1obj-$(CONFIG_MAC802154) += mac802154.o 2mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \ 3 iface.o llsec.o util.o cfg.o trace.o 4 5CFLAGS_trace.o := -I$(src) 6 7ccflags-y += -D__CHECK_ENDIAN__