X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath%2FMakefile.kernel;h=587d8e72c64b5b82b95cecb3003c2fb8594e46db;hb=f1873dba18f1031ecf8c1969d81e9a02a6c7d2c9;hp=382077ca37d5ee18c8894b166226151ec24169dd;hpb=8c0469176ddcce27637697ff11c7855a58ea5e2d;p=madwifi%2F.git diff --git a/ath/Makefile.kernel b/ath/Makefile.kernel index 382077c..587d8e7 100644 --- a/ath/Makefile.kernel +++ b/ath/Makefile.kernel @@ -9,10 +9,8 @@ srctree ?= . TOP = $(srctree)/$(src)/.. include $(TOP)/BuildCaps.inc -include $(TOP)/ath_hal/ah_target.inc -ATH_HAL=$(TOP)/ath_hal -HAL= $(TOP)/hal +HAL= $(TOP)/ath_hal WLAN= $(TOP)/net80211 COMPAT= $(TOP)/include @@ -31,17 +29,17 @@ endif COPTS += -DDFS_DOMAIN_ETSI -DDFS_DOMAIN_FCC INCS = -include $(COMPAT)/compat.h -I$(COMPAT) -INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL) -I$(WLAN) +INCS += -I$(TOP) -I$(HAL) -I$(WLAN) -EXTRA_CFLAGS += $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\" +EXTRA_CFLAGS += $(INCS) $(COPTS) ifneq ($(VERSION).$(PATCHLEVEL),2.4) obj-$(CONFIG_ATHEROS) += ath_$(BUSNAME).o -ath_$(BUSNAME)-objs := if_ath.o if_ath_radar.o if_ath_$(BUSNAME).o +ath_$(BUSNAME)-objs := if_ath.o if_ath_radar.o if_ath_hal_extensions.o if_ath_$(BUSNAME).o endif ifeq ($(VERSION).$(PATCHLEVEL),2.4) -obj-$(CONFIG_ATHEROS) := if_ath.o if_ath_$(BUSNAME).o +obj-$(CONFIG_ATHEROS) := if_ath.o if_ath_radar.o if_ath_hal_extensions.o if_ath_$(BUSNAME).o O_TARGET := ath_$(BUSNAME).o include $(TOPDIR)/Rules.make