summaryrefslogtreecommitdiffstats
path: root/project/Config.in
blob: a355623b59a8dbb1f64514925fd43d80671646cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
menu "Project Options"

config BR2_PROJECT
	string "Project name"
	default "uclibc"
	help
	  The project name is used to define subdirectories
	  * where the Board Support Packages are built
	    (Linux,Root fs Bootmonitor,Utilities etc.)
	  * where the resulting binaries are stored.
	  Older targets may still build in the build_<arch>
	  and store binaries in the top directory.

endmenu