Revision dd5b0e491a09f6557eed1b02c9e3223499778eba authored by Peter Kümmel on 22 April 2015, 07:13:47 UTC, committed by popcornmix on 22 April 2015, 15:18:31 UTC
The obsolete WIRELESS_EXT configuration is used
by the old Realtek code and is needed for AP support.
1 parent ed9e73d
Raw File
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 cfg.o

ccflags-y += -D__CHECK_ENDIAN__
back to top