blob: b256a354953ae5499fd815a6a677f074adedacaf [file] [log] [blame]
Johannes Berg1023fdc2012-05-15 12:16:34 +02001# DVM
2obj-$(CONFIG_IWLDVM) += iwldvm.o
3iwldvm-objs += main.o rs.o mac80211.o ucode.o tx.o
4iwldvm-objs += lib.o calib.o tt.o sta.o rx.o
5
Johannes Berg26a7ca92012-05-21 11:55:54 +02006iwldvm-objs += power.o
Johannes Bergc43e9332014-04-24 16:31:08 +02007iwldvm-objs += scan.o
Johannes Berg1023fdc2012-05-15 12:16:34 +02008iwldvm-objs += rxon.o devices.o
9
Johannes Bergc43e9332014-04-24 16:31:08 +020010iwldvm-$(CONFIG_IWLWIFI_LEDS) += led.o
Johannes Berg1023fdc2012-05-15 12:16:34 +020011iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
Johannes Berg1023fdc2012-05-15 12:16:34 +020012
Michael S. Tsirkin6bdf1e02016-12-15 04:07:46 +020013ccflags-y += -I$(src)/../