- 54b8ae6 kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) by Masahiro Yamada · 5 years ago
- 1634f2b kbuild: remove clean-dirs syntax by Masahiro Yamada · 5 years ago
- 3266c80 kconfig: run olddefconfig instead of oldconfig after merging fragments by Masahiro Yamada · 6 years ago
- bd305f2 kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG by Masahiro Yamada · 6 years ago
- e0a2668 kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional by Masahiro Yamada · 6 years ago
- fc2694e kconfig: use 'else ifneq' for Makefile to improve readability by Masahiro Yamada · 6 years ago
- 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
- 769a1c0 kconfig: rename zconf.y to parser.y by Masahiro Yamada · 6 years ago
- 981e545 kconfig: rename zconf.l to lexer.l by Masahiro Yamada · 6 years ago
- 2648ca1 kconfig: clean generated *conf-cfg files by Masahiro Yamada · 6 years ago
- d86271a kconfig: rename generated .*conf-cfg to *conf-cfg by Masahiro Yamada · 6 years ago
- ba97df4 kbuild: use assignment instead of define ... endef for filechk_* rules by Masahiro Yamada · 6 years ago
- 3b54197856 kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings by Masahiro Yamada · 6 years ago
- cbafbf7f kconfig: split the lexer out of zconf.y by Masahiro Yamada · 6 years ago
- 558e78e kconfig: split some C files out of zconf.y by Masahiro Yamada · 6 years ago
- 0085b41 kconfig: remove silentoldconfig target by Masahiro Yamada · 6 years ago
- 04c459d kconfig: remove oldnoconfig target by Masahiro Yamada · 6 years ago
- fd65465b kconfig: do not require pkg-config on make {menu,n}config by Masahiro Yamada · 6 years ago
- 98a4afb kconfig: fix "Can't open ..." in parallel build by Masahiro Yamada · 6 years ago
- 4bf6a9a kconfig: add build-only configurator targets by Randy Dunlap · 6 years ago
- 01f0e5cd Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 79123b1 kconfig: create directories needed for syncconfig by itself by Masahiro Yamada · 6 years ago
- adc18ac kconfig: remove unneeded directory generation from local*config by Masahiro Yamada · 6 years ago
- 4ab3b80 kconfig: check for pkg-config on make {menu,n,g,x}config by Randy Dunlap · 7 years ago
- 8377bd2 kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS by Laura Abbott · 6 years ago
- bb6d83d kbuild: Move last word of nconfig help to the previous line by Petr Vorel · 7 years ago
- d6a0c8a kconfig: Add testconfig into make help output by Petr Vorel · 7 years ago
- 694c49a kconfig: drop localization support by Sam Ravnborg · 7 years ago
- 1c5af5c kconfig: refactor ncurses package checks for building mconf and nconf by Masahiro Yamada · 7 years ago
- b464ef5 kconfig: refactor GTK+ package checks for building gconf by Masahiro Yamada · 7 years ago
- 0b669a5 kconfig: refactor Qt package checks for building qconf by Masahiro Yamada · 7 years ago
- b23d1a2 kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically by Masahiro Yamada · 7 years ago
- 9a8dfb3 kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago
- 147a89b Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
- 022a4bf kconfig: tests: add framework for Kconfig unit testing by Masahiro Yamada · 7 years ago
- 2a61625 kconfig: remove redundant streamline_config.pl prerequisite by Ulf Magnusson · 7 years ago
- 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
- 81d2bc2 kconfig: invoke oldconfig instead of silentoldconfig from local*config by Masahiro Yamada · 7 years ago
- 07a422b kbuild: restore autoksyms.h touch to the top Makefile by Masahiro Yamada · 7 years ago
- cedd55d kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help by Marc Herbert · 7 years ago
- 312ee68 kconfig: announce removal of oldnoconfig if used by Masahiro Yamada · 7 years ago
- d0fd042 kconfig: fix make xconfig when gettext is missing by Yaakov Selkowitz · 7 years ago
- 765f4cd kconfig: use default 'yy' prefix for lexer and parser by Masahiro Yamada · 7 years ago
- 29c8330 kconfig: generate lexer and parser during build instead of shipping by Masahiro Yamada · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- bb3290d Remove gperf usage from toolchain by Linus Torvalds · 7 years ago
- ff85a1a kconfig: Check for libncurses before menuconfig by Borislav Petkov · 8 years ago
- d3fc425 kbuild: make sure autoksyms.h exists early by Nicolas Pitre · 8 years ago
- 42f9d3c scripts/kconfig: allow building with make 3.80 again by Jan Beulich · 9 years ago
- 152813e Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
- 588446a Use pkg-config to find Qt 4 and 5 instead of direct qmake by Thiago Macieira · 9 years ago
- bd960f0 scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O= by Michael Ellerman · 9 years ago
- d1b0dc9 Update the buildsystem for KConfig finding Qt by Thiago Macieira · 9 years ago
- 9bfda0a Port xconfig to Qt5 - Remove Qt3Support from Makefile. by Boris Barbulovski · 9 years ago
- d2036f3 scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target by Michael Ellerman · 9 years ago
- a95cb3c Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
- 6c66850 kconfig: add xenconfig defconfig helper by Luis R. Rodriguez · 10 years ago
- 9bcd776 kconfig: clarify kvmconfig is for kvm by Luis R. Rodriguez · 10 years ago
- fa75a72 kconfig: Wrap long "make help" text lines by Geert Uytterhoeven · 10 years ago
- 39c3f1b scripts/kconfig/Makefile: Cosmetic fixes by Diego Viola · 10 years ago
- 092373c scripts/kconfig/Makefile: Fix spelling of Qt by Diego Viola · 10 years ago
- 0a1f00a kconfig: Do not print status messages in make -s mode by Michal Marek · 10 years ago
- 1cba0c3 kconfig: Simplify Makefile by Michal Marek · 10 years ago
- 63a9103 kbuild: add generic mergeconfig target, %.config by Masahiro Yamada · 10 years ago
- 371cfd4 kbuild: mergeconfig: remove redundant $(objtree) by Masahiro Yamada · 10 years ago
- b9fe99c kbuild: mergeconfig: move an error check to merge_config.sh by Masahiro Yamada · 10 years ago
- de46199 kbuild: mergeconfig: fix "jobserver unavailable" warning by Masahiro Yamada · 10 years ago
- f33a3fa Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
- 7285996 kconfig: nconfig: fix multi-byte UTF handling by Brian Norris · 11 years ago
- 221ecca kbuild: remove redundant clean-files from scripts/kconfig/Makefile by Masahiro Yamada · 10 years ago
- 022af62 kbuild: refactor script/kconfig/Makefile by Masahiro Yamada · 10 years ago
- 0da1d4a x86: Add "make tinyconfig" to configure the tiniest possible kernel by Josh Triplett · 10 years ago
- 3aaefce x86, platform, kconfig: move kvmconfig functionality to a helper by Josh Triplett · 10 years ago
- c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
- 9815594 kbuild: create include/config directory in scripts/kconfig/Makefile by Masahiro Yamada · 11 years ago
- 7eb6e34 kbuild: trivial - remove trailing empty lines by Masahiro Yamada · 11 years ago
- 544e7e5 kconfig: optionally use pkg-config to detect ncurses libs by Justin Lecher · 12 years ago
- c2838e6 scripts/kconfig: ensure we use proper CONFIG_ prefix by Yann E. MORIN · 12 years ago
- fb16d89 kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias by Adam Lee · 12 years ago
- 67d34a6 kconfig: Document oldnoconfig to what it really does by Steven Rostedt · 13 years ago
- 5b580fa kconfig: Print errors to stderr in the Makefile by Michal Marek · 13 years ago
- ebca026 xconfig: add quiet rule for moc by Yaakov Selkowitz · 13 years ago
- 4848594 xconfig: use pkgconfig to find moc by Yaakov Selkowitz · 13 years ago
- 287b901 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
- e2aef4d Improve update-po-config output by Peter Foley · 13 years ago
- fa0ad657 kconfig: adapt update-po-config to new UML layout by Paul Bolle · 13 years ago
- 50bce3e kconfig/streamline_config.pl: merge local{mod,yes}config by Arnaud Lacombe · 14 years ago
- 22d550a kconfig/streamline_config.pl: use options to determine operating mode by Arnaud Lacombe · 13 years ago
- f597a71 kconfig/streamline_config.pl: directly access LSMOD from the environment by Arnaud Lacombe · 14 years ago
- 1d3fe4a Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
- 2f76b35 kconfig: regen parser by Arnaud Lacombe · 14 years ago
- 378dbb2 kconfig: migrate parser to implicit rules by Arnaud Lacombe · 14 years ago
- 61f956f kconfig: constify `kconf_id_lookup' by Arnaud Lacombe · 14 years ago
- 1ea3ad4 kconfig/gconf: silent missing prototype warnings by Arnaud Lacombe · 14 years ago
- 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
- 2d80eb0 kconfig: quiet commands when V=0 by Peter Foley · 14 years ago
- bdc69ca kconfig: change update-po-config to reflect new layout of arch/um by Peter Foley · 14 years ago
- a24a1b8 kconfig: make update-po-config work in KBUILD_OUTPUT by Peter Foley · 14 years ago
- b24d7d7 kconfig: rearrange clean-files by Peter Foley · 14 years ago
- d02ab88 kconfig: change gconf to modify hostprogs-y like nconf and mconf by Peter Foley · 14 years ago