forked from Minki/linux
1023fdc485
Since we're working on another mode/driver inside iwlwifi, move the current one into a subdirectory to more cleanly separate the code. While at it, rename all the files. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
14 lines
381 B
Makefile
14 lines
381 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 += eeprom.o power.o
|
|
iwldvm-objs += scan.o led.o
|
|
iwldvm-objs += rxon.o devices.o
|
|
|
|
iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
|
|
iwldvm-$(CONFIG_IWLWIFI_DEVICE_TESTMODE) += testmode.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../
|