You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_MAC802154) += mac802154.o |
|
mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o \ |
|
monitor.o wpan.o llsec.o |
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|
|
|