]> Git Repo - linux.git/blob - drivers/net/wireless/intel/iwlwifi/dvm/Makefile
Linux 6.14-rc3
[linux.git] / drivers / net / wireless / intel / iwlwifi / dvm / Makefile
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 eeprom.o
6
7 iwldvm-objs             += power.o
8 iwldvm-objs             += scan.o
9 iwldvm-objs             += rxon.o devices.o
10
11 iwldvm-$(CONFIG_IWLWIFI_LEDS) += led.o
12 iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
13
14 ccflags-y += -I $(src)/../
This page took 0.031701 seconds and 4 git commands to generate.