1. b567977 Hook up Kconfig Ada spec file by Nico Huber · 6 years ago
  2. 533bc0a util/kconfig: Add `toada` Ada spec generation tool by Nico Huber · 6 years ago
  3. d2c0242 Makefile.inc: Avoid race condition when using 'make -j<N>' by Jonathan Neuschäfer · 6 years ago
  4. cc6dc90 Makefile: Enable DELETE_ON_ERROR for all targets by Raul E Rangel · 6 years ago
  5. 763e493 Makefile: Add filelist to help by Martin Roth · 6 years ago
  6. 64b8fba build system: Deal with wildcard in subdirs-y by Patrick Georgi · 7 years ago
  7. 8a02727 Makefile: Exclude util directory from project_filelist by Martin Roth · 7 years ago
  8. 1850aa6 toolchain: Always use GCC for Ada sources by Nico Huber · 7 years ago
  9. 9b0204d Makefile: Don't rebuild when generating tags or file list by Martin Roth · 7 years ago
  10. 5744369 Makefile: Include Makefile from site-local by Naresh G Solanki · 7 years ago
  11. 7a1fbdb Makefile: Keep list of exported variables by Nico Huber · 7 years ago
  12. 6c9c196 copy & update test routines from what-jenkins-does by Martin Roth · 7 years ago
  13. e624e27 Make: Move testing into a subdirectory by Martin Roth · 7 years ago
  14. 1d721ed Makefile: update clean-utils & distclean-utils by Martin Roth · 7 years ago
  15. 20cd54f Makefile: Update clean targets by Martin Roth · 7 years ago
  16. a18353d Makefile: add 'filelist' target by Martin Roth · 7 years ago
  17. 80656af build system: when cleaning the tree, remove ..config.tmp* by Patrick Georgi · 7 years ago
  18. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  19. b1574e3 Documentation: Add doxygen_platform target by Martin Roth · 8 years ago
  20. 78a5f22 build system: mark sub-make invocations as parallelizable by Patrick Georgi · 7 years ago
  21. 20aa043 Makefile: Just error out if no .config exists by Martin Roth · 7 years ago
  22. 0ffef88 build system: don't run xcompile or git for %clean/%config targets by Patrick Georgi · 7 years ago
  23. d011b6b Makefile: Allow inclusion of source files from 3rdparty/ by Nico Huber · 8 years ago
  24. ddb2465 Makefile: Give .ali files an empty recipe by Nico Huber · 8 years ago
  25. be5492a Add minimal GNAT run time system (RTS) by Nico Huber · 9 years ago
  26. 2e09d2b Make Ada a first class citizen by Nico Huber · 8 years ago
  27. 109a7db crossgcc: Add gnumake target so that make can be built directly by Martin Roth · 8 years ago
  28. fde3275 Makefile: Include $(top) in DOTCONFIG definition to allow override by Paul Kocialkowski · 8 years ago
  29. 585c781 Makefile: Include config from DOTCONFIG instead of HAVE_DOTCONFIG by Paul Kocialkowski · 8 years ago
  30. 09b6444 Makefile: Make printall target more readable by Martin Roth · 8 years ago
  31. 6797557 Makefile: Update payload clean targets by Martin Roth · 8 years ago
  32. f92068d build system: avoid setting HOSTCC to " gcc" by Patrick Georgi · 8 years ago
  33. bbf1399 Makefile: Add a comment to fix syntax highlighting by Martin Roth · 8 years ago
  34. 98fc426 Move object files to $(obj)/<class>/ by Nico Huber · 8 years ago
  35. 81b09f4 Makefile: Make full use of src-to-obj macro by Nico Huber · 8 years ago
  36. 2de6410 Makefile: Correct spelling in help message by Werner Zeh · 8 years ago
  37. d373a00 Enable KCONFIG_STRICT mode by Stefan Reinauer · 9 years ago
  38. c24f3d6 Makefile: Individualize help targets & set as non-compile targets by Martin Roth · 9 years ago
  39. 4eea174 Makefile.inc: Add build targets for IASL & Clang by Martin Roth · 9 years ago
  40. 76f14b2 Makefiles: Add / Update help for makefile targets by Martin Roth · 9 years ago
  41. 75cdfd1 build system: also remove .xcompile.tmp by Patrick Georgi · 9 years ago
  42. 6dda31d build system: tighten down .xcompile handling some more by Patrick Georgi · 9 years ago
  43. bdb4af8 build system: don't let a broken .xcompile linger in the tree by Patrick Georgi · 9 years ago
  44. 1bb4083 Makefile: Set HOSTCC as gcc or cc respectively by zbao · 9 years ago
  45. 0764892 $(top)/Makefile: Strip the white space in function strip_quotes by Zheng Bao · 9 years ago
  46. 9c1b33e Add cscope/ctags generation for the current project by Martin Roth · 9 years ago
  47. 0d869ed Makefile: Fix KCONFIG_AUTOHEADER dependencies by Stefan Reinauer · 9 years ago
  48. de60c88 Makefile: Use variables defined for Kconfig by Stefan Reinauer · 9 years ago
  49. e08a2a5 fix doxy target in root Makefile by Nicky Sielicki · 9 years ago
  50. 34de29a build system: move more clang handling to xcompile by Patrick Georgi · 9 years ago
  51. 7b9762f build system: Move .xcompile include further down by Patrick Georgi · 9 years ago
  52. 5f7e4f0 make: support absolute and relative obj= specifications by Vadim Bendebury · 9 years ago
  53. e469602 make: avoid problems with mv aliases by Vadim Bendebury · 9 years ago
  54. 808a429 Makefile: Disable implicit rules by Julius Werner · 9 years ago
  55. a32b6f0 Makefile: Avoid duplicate class suffixes in $(call src-to-obj) by Julius Werner · 9 years ago
  56. f97b88b Makefile: Fix dependency tracking for ramstage objects by Julius Werner · 10 years ago
  57. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  58. 990e7c9 build system x86: deprecate bootblock_lds and ldscripts variables by Patrick Georgi · 9 years ago
  59. d69839b build system: use full (in-tree) paths by Patrick Georgi · 9 years ago
  60. 416ab38 build system: Allow defining generic rules by Patrick Georgi · 9 years ago
  61. 75fcaf9 build system: create proper dependency files by Patrick Georgi · 9 years ago
  62. db27306 build system: extend src-to-obj for non-.c/.S files by Patrick Georgi · 9 years ago
  63. 10f86b0 build system: generalize src-to-obj by Patrick Georgi · 9 years ago
  64. 2459aee build system: provide generic compiler flag variables by Patrick Georgi · 9 years ago
  65. 7711c0d build system: Allow running make what-jenkins-does without ccache by Patrick Georgi · 9 years ago
  66. cd58bb3 build system: lint targets aren't compile targets by Patrick Georgi · 9 years ago
  67. d7689e4 Doxygen: add a "simple" output config and make target by Martin Roth · 10 years ago
  68. 8916d0d Makefile: Tone down some clang warnings, some are unproductive by Edward O'Callaghan · 10 years ago
  69. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  70. a38ccfd build: Add ccopts back into the build by Marc Jones · 10 years ago
  71. 16407ab Makefile: Fix HOSTCC for clang by Edward O'Callaghan · 10 years ago
  72. dd91c7f build: Allow clang build linkage to use libcompiler-rt by Edward O'Callaghan · 10 years ago
  73. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  74. 05560bf build system: avoid warning about missing .xcompile by Patrick Georgi · 10 years ago
  75. 18ff4f1 build system: create .xcompile dependency by Patrick Georgi · 10 years ago
  76. 480790b Makefile: HOSTCC set too late in clang builds by Edward O'Callaghan · 10 years ago
  77. 25b56c3 build: remove -ccopts mechanism by Patrick Georgi · 10 years ago
  78. cc84a00 build system: re-enable clang use by Patrick Georgi · 10 years ago
  79. e47477e build: re-enable ccache support by Patrick Georgi · 10 years ago
  80. fadbe5f build: make scan-build work again by Patrick Georgi · 10 years ago
  81. e24a119 build: allow romcc to be wrapped by Patrick Georgi · 10 years ago
  82. 58f73a6 build: separate CPPFLAGS from CFLAGS by Patrick Georgi · 10 years ago
  83. 0e6be39 Makefile: Don't use llvm-mc for the moment by Edward O'Callaghan · 10 years ago
  84. d520840 kconfig: update to follow upstream more closely by Patrick Georgi · 10 years ago
  85. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  86. c38f3ae build: allow building crossgcc when .config exists by Patrick Georgi · 10 years ago
  87. f927df6 Revert "Makefile: Check $CC variable returned from xcompile is not empty." by Alexandru Gagniuc · 10 years ago
  88. 1287d1c Makefile: Check $CC variable returned from xcompile is not empty. by Andrew Wu · 11 years ago
  89. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  90. 963bed5 Make: Use unaltered object list for dependency inclusion by Nico Huber · 11 years ago
  91. 70c85ea build system: Retire REQUIRES_BLOB by Patrick Georgi · 11 years ago
  92. 02ae0bf build system: Don't run the full build system on "make clean" by Patrick Georgi · 11 years ago
  93. 4815913 build system: Mark clean-for-update phony by Patrick Georgi · 11 years ago
  94. 9aaf7d1 Fix broken scan-build by Martin Roth · 12 years ago
  95. bca9b9d Makefile cosmetics by Stefan Reinauer · 12 years ago
  96. 6edb729 Drop ARCH_ARM in favor of ARCH_ARMV7 by Stefan Reinauer · 12 years ago
  97. 79f9010 build system: Add hook to postprocess classes (object lists) by Patrick Georgi · 12 years ago
  98. e820e5c Make xcompile support multiple architectures by Ronald G. Minnich · 12 years ago
  99. 0fd93d6 Makefile: No need to mkdir when distclean by Zheng Bao · 12 years ago
  100. b3a18ac Isolate Kconfig host compiler options by Patrick Georgi · 12 years ago