X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_rate%2Fonoe%2FMakefile.kernel;h=e8097a89bce1d595c454efd9662921eb36ad03de;hb=8c73cc55b108942eeabf4c072229f9aec2179260;hp=976ba8cef478fb0c87e43c597fda9aff0fe5670a;hpb=4f4d17ea6ec09aace21372ccf67cbda69906c183;p=madwifi%2F.git diff --git a/ath_rate/onoe/Makefile.kernel b/ath_rate/onoe/Makefile.kernel index 976ba8c..e8097a8 100644 --- a/ath_rate/onoe/Makefile.kernel +++ b/ath_rate/onoe/Makefile.kernel @@ -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_onoe.o ath_rate_onoe-objs := onoe.o -endif - -ifeq ($(VERSION).$(PATCHLEVEL),2.4) -obj-$(CONFIG_ATHEROS) := onoe.o - -export-objs := onoe.o -list-multi := ath_rate_onoe.o - -O_TARGET := ath_rate.o -include $(TOPDIR)/Rules.make -endif