aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-05-141-3/+3
|\
| * fix "warning array subscript has type 'char'"Denys Vlasenko2021-04-141-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-2/+4
|\|
| * build system: fix compiler warningsDenys Vlasenko2019-01-061-2/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-2/+54
|\|
| * build system: fix a compiler warningDenys Vlasenko2017-09-071-0/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * build system: fix "allnoconfig" to clear all options. Closes 10296Denys Vlasenko2017-09-071-2/+52
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | kbuild: support at least non-interactive mode on WindowsJohannes Schindelin2017-07-141-0/+15
|/ | | | | | | | | | | | | | | | | | | without POSIX, kbuild has some trouble compiling its support executables. Luckily, the parts that really lean on POSIX functionality are pretty much all only needed when configuring the build interactively. When compiling BusyBox for Win32, we do not actually need interactive configuration at all: we simply choose the default. Therefore, a lot of the stuff that is typically built for the Kconfig system is totally unnecessary (such as: compiling documentation via fork()&exec(), changing the window size, etc). Liberally put all of the problematic code behind #ifndef __MINGW32__ guards, just to get `make mingw64_defconfig` going in Git for Windows' SDK (which is a special-purpose version of MSYS2). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* get rid of several "variable 'x' set but not used" warningsCristian Ionescu-Idbohrn2011-05-011-9/+2
| | | | | Signed-off-by: Cristian Ionescu-Idbohrn <cii@axis.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build fixes for scripts/kconfigDenys Vlasenko2011-04-181-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system fixlet to ease blackfin buildDenis Vlasenko2008-06-281-1/+1
|
* Remove 'busybox' word from configuration programsDenis Vlasenko2008-05-281-1/+1
| | | | | (based on experience of adapting it to uclibc).
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
|
* - replace some occurances of "kernel" with busyboxBernhard Reutner-Fischer2007-01-171-2/+2
|
* prevent buffer underflows with empty linesMike Frysinger2006-12-301-1/+1
|
* "kernel config" -> "busybox config"Denis Vlasenko2006-11-301-1/+1
| | | | suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
* build system overhaulDenis Vlasenko2006-10-051-0/+612