Makefile revision 4ed47911a2e0f9a425d22253433452ffa59d533e
1obj-$(CONFIG_IWLEGACY) += iwl-legacy.o 2iwl-legacy-objs := common.o iwl-eeprom.o iwl-hcmd.o iwl-power.o 3iwl-legacy-objs += iwl-rx.o iwl-tx.o iwl-sta.o 4iwl-legacy-objs += iwl-scan.o iwl-led.o 5iwl-legacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o 6 7iwl-legacy-objs += $(iwl-legacy-m) 8 9# 4965 10obj-$(CONFIG_IWL4965) += iwl4965.o 11iwl4965-objs := 4965.o 4965-mac.o 4965-rs.o 4965-calib.o 12iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o 13 14# 3945 15obj-$(CONFIG_IWL3945) += iwl3945.o 16iwl3945-objs := 3945-mac.o 3945.o 3945-rs.o 17iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o 18 19ccflags-y += -D__CHECK_ENDIAN__ 20