GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / release / WLAN.usf
blobed9f66eee0c2fcc2c507f4090e6e0746e52a0b83
1 ##
2 ## This is a common config file that is used mainly by modules
3 ## or brand makefiles. The ".usf" suffix stands for "universal
4 ## settings file". The important feature is that this file is
5 ## both legal makefile and shell syntax, and could be parsed as
6 ## a properties file by any language (Perl, Python, Java, ...)
7 ## which understands properties.
8 ##
9 ## Rules: Each line is either an assignment, a comment, or blank.
10 ## Assignments MUST be of the form "foo=bar" and comments have a
11 ## leading "#" character.
13 ## This can be included by common templates like WLAN_Common.mk,
14 ## or by brand makefiles, or sourced by build scripts.
16 ## $Id: WLAN.usf 350249 2012-08-11 11:11:43Z dboyce $
19 # Current list of components
20 # This list is used in module makefiles to set vpath search
21 # paths and include paths
23 WLAN_AllComponentPaths=src-rt-6.x.4708/shared/bcmwifi src-rt-6.x.4708/wl/clm src-rt-6.x.4708/wl/lwip src-rt-6.x.4708/wl/ppr src-rt-6.x.4708/wl/rel_mcast
25 # This WLAN_GenBaseDir is staging area for generated content
26 # that need to be shared between build step and packaging
27 # step. e.g When CLM data files need to be packaged, they need
28 # to be first staged in following $(WLAN_GenBaseDir) first 
29 # and packaging step picks up from there subsequently
31 WLAN_GenBaseDir=generated