aboutsummaryrefslogtreecommitdiff
path: root/kconfig/kconfig.mk
Commit message (Expand)AuthorAgeFilesLines
* Install ct-ngAlexey Neyman2018-04-071-68/+0
* Make defconfig (and a bunch of other targets) phonyAlexey Neyman2018-02-091-0/+2
* Kconfigize choice/menu itemsAlexey Neyman2017-07-081-0/+1
* Retire BACKEND stuffAlexey Neyman2017-04-231-5/+0
* Use config from the install locationAlexey Neyman2017-04-221-7/+8
* Fix samples using GMP 4.3.2.Alexey Neyman2015-10-301-5/+5
* kconfig: Update kconfig. Sync with Linux-4.2Bryan Hundven2015-09-031-0/+6
* scripts/crosstool-NG.sh.in: patch regex to work with BSD grepJason T. Masker2014-12-051-1/+1
* docs/help: rename defconfig/olddefconfig intoThomas De Schampheleire2013-07-171-5/+5
* kconfig: rename the defconfig and olddefconfig targetsYann E. MORIN"2013-01-221-3/+3
* samples: add rule to dump current .config into a defconfigYann E. MORIN"2012-08-151-1/+12
* configure: check for GNU awk, not any awkYann E. MORIN"2012-07-141-12/+12
* samples: use savedefconfig when saving samplesYann E. MORIN"2012-05-071-1/+2
* kconfig: install compiled frontendsYann E. MORIN"2012-01-141-161/+10
* kconfig: print version in .configYann E. MORIN"2011-08-301-4/+1
* misc: fix more typos here and there...Yann E. MORIN"2011-07-171-2/+2
* kconfig: add the nconf frontendYann E. MORIN"2011-05-121-4/+26
* kconfig: update from linux-nextYann E. MORIN"2011-05-081-3/+3
* kconfig: resync curses check with Linux kernelYann E. MORIN"2010-10-041-1/+10
* kconfig/lxdialog: more portable and use ncurses from macports on MacOSTitus von Boxberg2010-05-241-1/+1
* scripts: add action to extract config from a build.log fileYann E. MORIN"2010-02-111-0/+17
* Under Cygwin, executables have the .exe suffix:Yann E. MORIN"2009-03-091-1/+1
* Use the paths found by ./configure in the ct-ng.in makefile script and its fr...Yann E. MORIN"2009-01-261-1/+1
* Make the kconfig stuff build under Cygwin.Yann E. MORIN"2008-11-301-2/+5
* Enhance the kconfig stuff build procedure:Yann E. MORIN"2008-10-221-44/+66
* Avoid (re)building the kconfig dependencies when we don't need them (clean, b...Yann E. MORIN"2008-10-191-4/+20
* Extract the config files related stuff from the kconfig stuffYann E. MORIN"2008-10-181-172/+12
* Update the kconfig stuff to match the one in the linux-2.6.27 version.Yann E. MORIN"2008-10-171-15/+9
* Fix oldconfig and defoldconfig.Yann E. MORIN"2008-10-171-2/+2
* Cheesy kconfig stuff:Yann E. MORIN"2008-10-151-54/+88
* Rework the kconfig stuffYann E. MORIN"2008-10-141-60/+100
* No one sane would you 'ct-ng config' to configure crosstool-NG.Yann E. MORIN"2008-10-131-6/+2
* Generate the choice menu for C compilers, the same way arch, kernels and C li...Yann E. MORIN"2008-10-131-0/+6
* Generate the choice menu for C libraries, the same way arch and kernels are g...Yann E. MORIN"2008-10-131-2/+8
* In generated choice menus, move the selection options outside the choice menu.Yann E. MORIN"2008-10-121-25/+35
* Simplify the Tools and Debug facilities menu entries:Yann E. MORIN"2008-10-101-23/+43
* Commonalise config.gen/{arch,kernel}.in generation.Yann E. MORIN"2008-10-091-42/+34
* Separate the architecture config file and function script.Yann E. MORIN"2008-10-051-23/+23
* First shot at moving arch/ into config/arch/ .Yann E. MORIN"2008-10-031-2/+2
* Save the toolchain configuration to its own file, as an auto-extracting shell...Yann E. MORIN"2008-10-011-7/+2
* Rework the way EXPERIMENTAL architecture are marked as such, the same way ker...Yann E. MORIN"2008-09-291-22/+22
* Rework the way EXPERIMENTAL kernels are marked as such.Yann E. MORIN"2008-09-291-26/+25
* Don't remove files that are no longer generated whne cleaning in kconfig/ .Yann E. MORIN"2008-09-281-1/+0
* Simplify conf and mconf generation. We don't care for the _shipped stuff.Yann E. MORIN"2008-09-281-4/+0
* Fix generated debug.in and tools.in (xlcwu <xlcwu.taiwan@gmail.com>).Yann E. MORIN"2008-09-281-4/+4
* Generate the kernel config choice, rather than having it hard-coded:Yann E. MORIN"2008-09-161-38/+83
* Fix architecture config file make rules.Yann E. MORIN"2008-09-151-1/+1
* Rebuild the kconfig stuff on kconfig source change.Yann E. MORIN"2008-08-301-2/+12
* Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"2008-07-071-1/+1
* Autogenerate the architecture selection choice menu.Yann E. MORIN"2008-06-271-3/+29