forked from Minki/linux
49464ae502
The old nl80211 testmode is no longer useful in iwlwifi, we're moving towards a new model internally and there's no open tool to use it, so remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
13 lines
317 B
Makefile
13 lines
317 B
Makefile
# DVM
|
|
obj-$(CONFIG_IWLDVM) += iwldvm.o
|
|
iwldvm-objs += main.o rs.o mac80211.o ucode.o tx.o
|
|
iwldvm-objs += lib.o calib.o tt.o sta.o rx.o
|
|
|
|
iwldvm-objs += power.o
|
|
iwldvm-objs += scan.o led.o
|
|
iwldvm-objs += rxon.o devices.o
|
|
|
|
iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../
|