summaryrefslogtreecommitdiff
path: root/project/Config.in
blob: 228060aa1846efb0091d5edf2f9c32e7c5713b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
comment "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.