xref: /OK3568_Linux_fs/buildroot/package/make/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_MAKE
2*4882a593Smuzhiyun	bool "make"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  A tool which controls the generation of executables and other
6*4882a593Smuzhiyun	  non-source files of a program from the program's source files.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  While Buildroot no longer supports building a toolchain for
9*4882a593Smuzhiyun	  the target, we keep a make package that is for example
10*4882a593Smuzhiyun	  useful to run the uClibc test suite on the target.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.gnu.org/software/make/
13