1 config BR2_PACKAGE_MAKE
3 depends on BR2_USE_MMU # fork()
4 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6 A tool which controls the generation of executables and other
7 non-source files of a program from the program's source files.
9 While Buildroot no longer supports building a toolchain for
10 the target, we keep a make package that is for example
11 useful to run the uClibc test suite on the target.
13 http://www.gnu.org/software/make/