Changeset 1747
- Timestamp:
- 09/28/06 05:06:53 (2 years ago)
- Files:
-
- trunk/ath/Makefile.kernel (modified) (2 diffs)
- trunk/ath_hal/Makefile.kernel (modified) (1 diff)
- trunk/ath_rate/amrr/Makefile.kernel (modified) (1 diff)
- trunk/ath_rate/onoe/Makefile.kernel (modified) (1 diff)
- trunk/ath_rate/sample/Makefile.kernel (modified) (1 diff)
- trunk/net80211/Makefile.kernel (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ath/Makefile.kernel
r1744 r1747 7 7 srctree ?= . 8 8 9 include $(srctree)/$(src)/../BuildCaps.inc 10 include $(srctree)/$(src)/../ath_hal/ah_target.inc 9 TOP = $(srctree)/$(src)/.. 11 10 12 ATH_HAL=$(srctree)/$(src)/../ath_hal 13 HAL= $(srctree)/$(src)/../hal 14 WLAN= $(srctree)/$(src)/../net80211 15 COMPAT= $(srctree)/$(src)/../include 11 include $(TOP)/BuildCaps.inc 12 include $(TOP)/ath_hal/ah_target.inc 13 14 ATH_HAL=$(TOP)/ath_hal 15 HAL= $(TOP)/hal 16 WLAN= $(TOP)/net80211 17 COMPAT= $(TOP)/include 16 18 17 19 # … … 26 28 endif 27 29 28 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) -I$(ATH_HAL) -I$(HAL) \29 -I$(WLAN) -I$(src)/.. -I$(src)30 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) 31 INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL) -I$(WLAN) 30 32 31 33 EXTRA_CFLAGS += $(INCS) -DOPT_AH_H=\"$(HAL)/public/$(TARGET).opt_ah.h\" trunk/ath_hal/Makefile.kernel
r1742 r1747 7 7 srctree ?= . 8 8 9 include $(srctree)/$(src)/../BuildCaps.inc 10 include $(srctree)/$(src)/../ath_hal/ah_target.inc 9 TOP = $(srctree)/$(src)/.. 11 10 12 HAL= $(srctree)/$(src)/../hal 13 WLAN= $(srctree)/$(src)/../net80211 14 COMPAT= $(srctree)/$(src)/../include 11 include $(TOP)/BuildCaps.inc 12 include $(TOP)/ath_hal/ah_target.inc 15 13 16 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) -I$(HAL) \ 17 -I$(WLAN) -I$(src)/.. -I$(src) 14 ATH_HAL=$(TOP)/ath_hal 15 COMPAT= $(TOP)/include 16 HAL= $(TOP)/hal 17 18 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) 19 INCS += -I$(ATH_HAL) -I$(HAL) 18 20 19 21 EXTRA_CFLAGS += $(INCS) -DOPT_AH_H=\"$(HAL)/public/$(TARGET).opt_ah.h\" trunk/ath_rate/amrr/Makefile.kernel
r1738 r1747 8 8 srctree ?= . 9 9 10 include $(srctree)/$(src)/../../BuildCaps.inc 10 TOP = $(srctree)/$(src)/../.. 11 11 12 ATH_HAL=$(srctree)/$(src)/../../ath_hal 13 HAL= $(srctree)/$(src)/../../hal 14 ATH= $(srctree)/$(src)/../../ath 15 WLAN= $(srctree)/$(src)/../../net80211 16 COMPAT= $(srctree)/$(src)/../../include 12 include $(TOP)/BuildCaps.inc 17 13 18 INCS= -include $(COMPAT)/compat.h -I$(COMPAT) 19 EXTRA_CFLAGS+= $(INCS) -I$(HAL) -I$(ATH_HAL) -I$(ATH) -I$(WLAN) -I$(src)/../.. 14 ATH= $(TOP)/ath 15 ATH_HAL=$(TOP)/ath_hal 16 COMPAT= $(TOP)/include 17 HAL= $(TOP)/hal 18 19 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) 20 INCS += -I$(TOP) -I$(ATH) -I$(ATH_HAL) -I$(HAL) 21 EXTRA_CFLAGS += $(INCS) 20 22 21 23 ifdef LINUX26 trunk/ath_rate/onoe/Makefile.kernel
r1738 r1747 8 8 srctree ?= . 9 9 10 include $(srctree)/$(src)/../../BuildCaps.inc 10 TOP = $(srctree)/$(src)/../.. 11 11 12 ATH_HAL=$(srctree)/$(src)/../../ath_hal 13 HAL= $(srctree)/$(src)/../../hal 14 ATH= $(srctree)/$(src)/../../ath 15 WLAN= $(srctree)/$(src)/../../net80211 16 COMPAT= $(srctree)/$(src)/../../include 12 include $(TOP)/BuildCaps.inc 17 13 18 INCS= -include $(COMPAT)/compat.h -I$(COMPAT) 19 EXTRA_CFLAGS+= $(INCS) -I$(HAL) -I$(ATH_HAL) -I$(ATH) -I$(WLAN) -I$(src)/../.. 14 ATH= $(TOP)/ath 15 ATH_HAL=$(TOP)/ath_hal 16 COMPAT= $(TOP)/include 17 HAL= $(TOP)/hal 18 19 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) 20 INCS += -I$(TOP) -I$(ATH) -I$(ATH_HAL) -I$(HAL) 21 EXTRA_CFLAGS += $(INCS) 20 22 21 23 ifdef LINUX26 trunk/ath_rate/sample/Makefile.kernel
r1738 r1747 8 8 srctree ?= . 9 9 10 include $(srctree)/$(src)/../../BuildCaps.inc 10 TOP = $(srctree)/$(src)/../.. 11 11 12 ATH_HAL=$(srctree)/$(src)/../../ath_hal 13 HAL= $(srctree)/$(src)/../../hal 14 ATH= $(srctree)/$(src)/../../ath 15 WLAN= $(srctree)/$(src)/../../net80211 16 COMPAT= $(srctree)/$(src)/../../include 12 include $(TOP)/BuildCaps.inc 17 13 18 INCS= -include $(COMPAT)/compat.h -I$(COMPAT) 19 EXTRA_CFLAGS+= $(INCS) -I$(HAL) -I$(ATH_HAL) -I$(ATH) -I$(WLAN) -I$(src)/../.. 14 ATH= $(TOP)/ath 15 ATH_HAL=$(TOP)/ath_hal 16 COMPAT= $(TOP)/include 17 HAL= $(TOP)/hal 18 19 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) 20 INCS += -I$(TOP) -I$(ATH) -I$(ATH_HAL) -I$(HAL) 21 EXTRA_CFLAGS += $(INCS) 20 22 21 23 ifdef LINUX26 trunk/net80211/Makefile.kernel
r1738 r1747 6 6 srctree ?= . 7 7 8 include $(srctree)/$(src)/../BuildCaps.inc 8 TOP = $(srctree)/$(src)/.. 9 9 10 COMPAT = $(srctree)/$(src)/../include 10 include $(TOP)/BuildCaps.inc 11 11 12 ATH_HAL = $(srctree)/$(src)/../ath_hal 13 HAL = $(srctree)/$(src)/../hal 12 COMPAT = $(TOP)/include 14 13 15 EXTRA_CFLAGS+= -include $(COMPAT)/compat.h -I$(COMPAT) -I$(src)/.. \ 16 -I$(HAL) -I$(ATH_HAL) 14 ATH_HAL = $(TOP)/ath_hal 15 HAL = $(TOP)/hal 16 17 INCS = -include $(COMPAT)/compat.h -I$(COMPAT) 18 INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL) 19 EXTRA_CFLAGS += $(INCS) 17 20 18 21 #
