perf record: Add missing -C option support for specifying profile cpu
[linux-2.6/mini2440.git] / drivers / staging / rt2860 / config.mk
blob25bd55a7aab36a2cbd64cdd7538dd72b655e5827
1 # Support ATE function
2 HAS_ATE=n
4 # Support 28xx QA ATE function
5 HAS_28xx_QA=n
7 # Support Wpa_Supplicant
8 HAS_WPA_SUPPLICANT=n
10 # Support Native WpaSupplicant for Network Maganger
11 HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
13 #Support Net interface block while Tx-Sw queue full
14 HAS_BLOCK_NET_IF=n
16 #Support DFS function
17 HAS_DFS_SUPPORT=n
19 #Support Carrier-Sense function
20 HAS_CS_SUPPORT=n
22 #ifdef MULTI_CARD
23 # Support for Multiple Cards
24 HAS_MC_SUPPORT=n
25 #endif // MULTI_CARD //
27 #Support for IEEE802.11e DLS
28 HAS_QOS_DLS_SUPPORT=n
30 #Support for EXT_CHANNEL
31 HAS_EXT_BUILD_CHANNEL_LIST=n
33 #Support for Net-SNMP
34 HAS_SNMP_SUPPORT=n
36 #Support features of Single SKU.
37 HAS_SINGLE_SKU_SUPPORT=n
39 #Support features of 802.11n
40 HAS_DOT11_N_SUPPORT=y
43 #################################################
45 CC := $(CROSS_COMPILE)gcc
46 LD := $(CROSS_COMPILE)ld
48 WFLAGS := -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT -DLINUX -Wall -Wstrict-prototypes -Wno-trigraphs
51 #################################################
53 #ifdef CONFIG_STA_SUPPORT
54 # config for STA mode
56 ifeq ($(RT28xx_MODE),STA)
57 WFLAGS += -DCONFIG_STA_SUPPORT -DDBG
59 ifeq ($(HAS_WPA_SUPPLICANT),y)
60 WFLAGS += -DWPA_SUPPLICANT_SUPPORT
61 endif
63 ifeq ($(HAS_NATIVE_WPA_SUPPLICANT_SUPPORT),y)
64 WFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
65 endif
67 ifeq ($(HAS_ATE),y)
68 WFLAGS += -DRALINK_ATE
69 ifeq ($(HAS_28xx_QA),y)
70 WFLAGS += -DRALINK_28xx_QA
71 endif
72 endif
74 ifeq ($(HAS_SNMP_SUPPORT),y)
75 WFLAGS += -DSNMP_SUPPORT
76 endif
78 ifeq ($(HAS_QOS_DLS_SUPPORT),y)
79 WFLAGS += -DQOS_DLS_SUPPORT
80 endif
82 ifeq ($(HAS_DOT11_N_SUPPORT),y)
83 WFLAGS += -DDOT11_N_SUPPORT
84 endif
86 ifeq ($(HAS_CS_SUPPORT),y)
87 WFLAGS += -DCARRIER_DETECTION_SUPPORT
88 endif
90 ifeq ($(HAS_SINGLE_SKU_SUPPORT),y)
91 WFLAGS += -DSINGLE_SKU
92 endif
94 endif
95 # endif of ifeq ($(RT28xx_MODE),STA)
96 #endif // CONFIG_STA_SUPPORT //
98 #################################################
100 #################################################
103 # Common compiler flag
107 ifeq ($(HAS_EXT_BUILD_CHANNEL_LIST),y)
108 WFLAGS += -DEXT_BUILD_CHANNEL_LIST
109 endif
111 ifeq ($(CHIPSET),2870)
112 WFLAGS +=-DRT2870
113 endif
115 ifeq ($(PLATFORM),5VT)
116 #WFLAGS += -DCONFIG_5VT_ENHANCE
117 endif
119 ifeq ($(HAS_BLOCK_NET_IF),y)
120 WFLAGS += -DBLOCK_NET_IF
121 endif
123 ifeq ($(HAS_DFS_SUPPORT),y)
124 WFLAGS += -DDFS_SUPPORT
125 endif
127 #ifdef MULTI_CARD
128 ifeq ($(HAS_MC_SUPPORT),y)
129 WFLAGS += -DMULTIPLE_CARD_SUPPORT
130 endif
131 #endif // MULTI_CARD //
133 ifeq ($(HAS_LLTD),y)
134 WFLAGS += -DLLTD_SUPPORT
135 endif
137 ifeq ($(PLATFORM),IXP)
138 WFLAGS += -DRT_BIG_ENDIAN
139 endif
141 ifeq ($(PLATFORM),IKANOS_V160)
142 WFLAGS += -DRT_BIG_ENDIAN -DIKANOS_VX_1X0
143 endif
145 ifeq ($(PLATFORM),IKANOS_V180)
146 WFLAGS += -DRT_BIG_ENDIAN -DIKANOS_VX_1X0
147 endif
149 ifeq ($(PLATFORM),INF_TWINPASS)
150 WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
151 endif
153 ifeq ($(PLATFORM),INF_DANUBE)
154 WFLAGS += -DINF_DANUBE -DRT_BIG_ENDIAN
155 endif
157 ifeq ($(PLATFORM),CAVM_OCTEON)
158 WFLAGS += -DRT_BIG_ENDIAN
159 endif
161 ifeq ($(PLATFORM),BRCM_6358)
162 WFLAGS += -DRT_BIG_ENDIAN
163 endif
165 ifeq ($(PLATFORM),INF_AMAZON_SE)
166 #WFLAGS += -DRT_BIG_ENDIAN -DINF_AMAZON_SE -DBG_FT_SUPPORT
167 WFLAGS += -DRT_BIG_ENDIAN -DINF_AMAZON_SE
168 endif
170 #kernel build options for 2.4
171 # move to Makefile outside LINUX_SRC := /opt/star/kernel/linux-2.4.27-star
173 ifeq ($(PLATFORM),STAR)
174 CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mshort-load-bytes -msoft-float -Uarm -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
176 export CFLAGS
177 endif
179 ifeq ($(PLATFORM),SIGMA)
180 CFLAGS := -D__KERNEL__ -I$(RT28xx_DIR)/include -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 -DEM86XX_REVISION=6 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT2860_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mabi=32 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -DMODULE $(WFLAGS)
182 export CFLAGS
183 endif
185 ifeq ($(PLATFORM),SIGMA_8622)
186 CFLAGS := -D__KERNEL__ -I$(CROSS_COMPILE_INCLUDE)/include -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -msoft-float -DMODULE -mshort-load-bytes -nostdinc -iwithprefix -DMODULE $(WFLAGS)
187 export CFLAGS
188 endif
190 ifeq ($(PLATFORM),5VT)
191 CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=apcs-gnu -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm926ej-s --param max-inline-insns-single=40000 -Uarm -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE $(WFLAGS)
193 export CFLAGS
194 endif
196 ifeq ($(PLATFORM),IKANOS_V160)
197 CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT28xx_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -march=lx4189 -Wa, -DMODULE $(WFLAGS)
198 export CFLAGS
199 endif
201 ifeq ($(PLATFORM),IKANOS_V180)
202 CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT28xx_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mips32r2 -Wa, -DMODULE $(WFLAGS)
203 export CFLAGS
204 endif
206 ifeq ($(PLATFORM),INF_TWINPASS)
207 CFLAGS := -D__KERNEL__ -DMODULE -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -G 0 -mno-abicalls -fno-pic -march=4kc -mips32 -Wa,--trap -pipe -mlong-calls $(WFLAGS)
208 export CFLAGS
209 endif
211 ifeq ($(PLATFORM),INF_DANUBE)
212 CFLAGS := -I$(RT28xx_DIR)/include $(WFLAGS) -Wundef -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-generic
213 export CFLAGS
214 endif
216 ifeq ($(PLATFORM),BRCM_6358)
217 CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include -nostdinc -iwithprefix include -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -I $(LINUX_SRC)/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-bcm963xx -I$(LINUX_SRC)/include/asm-mips/mach-generic -Os -fomit-frame-pointer -Wdeclaration-after-statement -DMODULE -mlong-calls
218 export CFLAGS
219 endif
221 ifeq ($(PLATFORM),PC)
222 ifneq (,$(findstring 2.4,$(LINUX_SRC)))
223 # Linux 2.4
224 CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
225 export CFLAGS
226 else
227 # Linux 2.6
228 EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
229 endif
230 endif
232 ifeq ($(PLATFORM),IXP)
233 EXTRA_CFLAGS := -v $(WFLAGS) -I$(RT28xx_DIR)/include -mbig-endian
234 endif
236 ifeq ($(PLATFORM),CAVM_OCTEON)
237 EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include \
238 -mabi=64 $(WFLAGS)
239 export CFLAGS
240 endif