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