sample: eliminate clever code to determine which proc file is accessed
[madwifi/.git] / ath_rate / minstrel / Makefile.kernel
index 64113521525b0a84275a211e6eab9d81fa1b82b8..a2ae2fecff11c407269a5459b419c36321cd284b 100644 (file)
@@ -19,17 +19,5 @@ INCS = -include $(COMPAT)/compat.h -I$(COMPAT)
 INCS += -I$(TOP) -I$(ATH) -I$(HAL)
 EXTRA_CFLAGS += $(INCS) $(COPTS)
 
-ifneq ($(VERSION).$(PATCHLEVEL),2.4)
 obj-$(CONFIG_ATHEROS) += ath_rate_minstrel.o
 ath_rate_minstrel-objs := minstrel.o
-endif
-
-ifeq ($(VERSION).$(PATCHLEVEL),2.4)
-obj-$(CONFIG_ATHEROS) := minstrel.o
-
-export-objs    := minstrel.o
-list-multi     := ath_rate_minstrel.o
-
-O_TARGET       := ath_rate.o
-include $(TOPDIR)/Rules.make
-endif