xref: /openbmc/linux/drivers/net/wireless/intel/iwlegacy/Makefile (revision 0c380187)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025