buildroot/project/Config.in

15 lines
391 B
Plaintext
Raw Normal View History

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