Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kconfigpp: Source files relative to first fileHEADmaster | P. J. McDermott | 2014-11-24 | 1 | -0/+1 |
| | |||||
* | kconfigpp: Substitute variables | P. J. McDermott | 2014-11-24 | 1 | -4/+33 |
| | |||||
* | kconfigpp: Initial implementation | P. J. McDermott | 2014-11-24 | 1 | -0/+54 |
| | |||||
* | Makefile: Simplify hostprogs-y assignment | P. J. McDermott | 2014-11-24 | 1 | -15/+4 |
| | | | | `make kconfig/mconf` works now as well. | ||||
* | Move .gitignore modifications to top directory | P. J. McDermott | 2014-11-24 | 2 | -2/+2 |
| | |||||
* | COPYING: New file | P. J. McDermott | 2014-11-24 | 1 | -0/+339 |
| | |||||
* | Add documentation | P. J. McDermott | 2014-11-24 | 2 | -0/+632 |
| | |||||
* | Makefile: Fix subdirectory build | P. J. McDermott | 2014-11-24 | 1 | -10/+38 |
| | | | | | Copy variable assignments from scripts/Makefile.host at commit 97e3226 in Linux. Drop "$(obj)/" from -o options in linking commands. | ||||
* | Makefile: Change src and obj | P. J. McDermott | 2014-11-24 | 1 | -3/+3 |
| | |||||
* | Makefile.br: Rename to Makefile | P. J. McDermott | 2014-11-24 | 1 | -0/+0 |
| | |||||
* | Move kconfig files into kconfig/ | P. J. McDermott | 2014-11-24 | 42 | -0/+0 |
| | |||||
* | .gitignore: Add "*.o" and ".depend". | P. J. McDermott | 2014-11-24 | 1 | -0/+2 |
| | |||||
* | Makefile.br: Remove $(nconf-objs) in distclean | P. J. McDermott | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Makefile.br: Set hostprogs-y based on MAKECMDGOALS | P. J. McDermott | 2014-11-24 | 1 | -0/+16 |
| | |||||
* | Makefile.br: Set CONFIG_SHELL and HOSTCC | P. J. McDermott | 2014-11-23 | 1 | -2/+3 |
| | | | | Drop unneeded top_srcdir and top_builddir. | ||||
* | Makefile.br: New file | P. J. McDermott | 2014-11-23 | 1 | -0/+53 |
| | | | | This is support/kconfig/Makefile.br from commit b58bf60 in Buildroot. | ||||
* | Initial commit | P. J. McDermott | 2014-11-23 | 42 | -0/+24433 |
This is scripts/kconfig/ from commit f33a3fa in Linux. |