Makefile 333 B

123456789101112
  1. obj-$(CONFIG_IWLCORE) += iwlcore.o
  2. iwlcore-objs = iwl-core.o iwl-eeprom.o
  3. ifeq ($(CONFIG_IWLWIFI_DEBUGFS),y)
  4. iwlcore-objs += iwl-debugfs.o
  5. endif
  6. obj-$(CONFIG_IWL3945) += iwl3945.o
  7. iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
  8. obj-$(CONFIG_IWL4965) += iwl4965.o
  9. iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o