X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_rate%2Fminstrel%2FMakefile.kernel;h=a2ae2fecff11c407269a5459b419c36321cd284b;hb=HEAD;hp=e33a28553b51af27c920c1bdd9da0c880299ae9a;hpb=2c0d8db912df58c3a1b506e144e2b5d72edec617;p=madwifi%2F.git diff --git a/ath_rate/minstrel/Makefile.kernel b/ath_rate/minstrel/Makefile.kernel index e33a285..a2ae2fe 100644 --- a/ath_rate/minstrel/Makefile.kernel +++ b/ath_rate/minstrel/Makefile.kernel @@ -10,28 +10,14 @@ srctree ?= . TOP = $(srctree)/$(src)/../.. include $(TOP)/BuildCaps.inc -include $(TOP)/ath_hal/ah_target.inc ATH= $(TOP)/ath -ATH_HAL=$(TOP)/ath_hal COMPAT= $(TOP)/include -HAL= $(TOP)/hal +HAL= $(TOP)/ath_hal INCS = -include $(COMPAT)/compat.h -I$(COMPAT) -INCS += -I$(TOP) -I$(ATH) -I$(ATH_HAL) -I$(HAL) -EXTRA_CFLAGS += $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\" +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