Makefile 366 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. # DVM
  3. obj-$(CONFIG_IWLDVM) += iwldvm.o
  4. iwldvm-objs += main.o rs.o mac80211.o ucode.o tx.o
  5. iwldvm-objs += lib.o calib.o tt.o sta.o rx.o
  6. iwldvm-objs += power.o
  7. iwldvm-objs += scan.o
  8. iwldvm-objs += rxon.o devices.o
  9. iwldvm-$(CONFIG_IWLWIFI_LEDS) += led.o
  10. iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
  11. ccflags-y += -I$(src)/../