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