Johannes Berg | 1023fdc | 2012-05-15 12:16:34 +0200 | [diff] [blame] | 1 | # DVM |
| 2 | obj-$(CONFIG_IWLDVM) += iwldvm.o |
| 3 | iwldvm-objs += main.o rs.o mac80211.o ucode.o tx.o |
| 4 | iwldvm-objs += lib.o calib.o tt.o sta.o rx.o |
| 5 | |
Johannes Berg | 26a7ca9 | 2012-05-21 11:55:54 +0200 | [diff] [blame] | 6 | iwldvm-objs += power.o |
Johannes Berg | 1023fdc | 2012-05-15 12:16:34 +0200 | [diff] [blame] | 7 | iwldvm-objs += scan.o led.o |
| 8 | iwldvm-objs += rxon.o devices.o |
| 9 | |
| 10 | iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o |
Johannes Berg | 1023fdc | 2012-05-15 12:16:34 +0200 | [diff] [blame] | 11 | |
| 12 | ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../ |