Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
 1obj-$(CONFIG_IWLEGACY)	+= iwlegacy.o
 2iwlegacy-objs 		:= common.o
 3iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
 4
 5iwlegacy-objs += $(iwlegacy-m)
 6
 7# 4965
 8obj-$(CONFIG_IWL4965)	+= iwl4965.o
 9iwl4965-objs		:= 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
10iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
11
12# 3945
13obj-$(CONFIG_IWL3945)	+= iwl3945.o
14iwl3945-objs		:= 3945-mac.o 3945.o 3945-rs.o
15iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
16
17ccflags-y += -D__CHECK_ENDIAN__