X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_rate%2Famrr%2FMakefile.kernel;h=a2bee3c6839c8f781e6acce8f563c0527b0f3656;hb=d7126f839357bd77f4b3fde06a907074d3a60979;hp=9072efe331a7ee4e9c16bdc669dc324838c9c965;hpb=2c0d8db912df58c3a1b506e144e2b5d72edec617;p=madwifi%2F.git diff --git a/ath_rate/amrr/Makefile.kernel b/ath_rate/amrr/Makefile.kernel index 9072efe..a2bee3c 100644 --- a/ath_rate/amrr/Makefile.kernel +++ b/ath_rate/amrr/Makefile.kernel @@ -10,16 +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_amrr.o