Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
ee464b17ced5a4e85327bb11b42a663213393903
/
Makefile
2de6410
Makefile: Correct spelling in help message
by Werner Zeh
· 9 years ago
d373a00
Enable KCONFIG_STRICT mode
by Stefan Reinauer
· 9 years ago
c24f3d6
Makefile: Individualize help targets & set as non-compile targets
by Martin Roth
· 9 years ago
4eea174
Makefile.inc: Add build targets for IASL & Clang
by Martin Roth
· 9 years ago
76f14b2
Makefiles: Add / Update help for makefile targets
by Martin Roth
· 9 years ago
75cdfd1
build system: also remove .xcompile.tmp
by Patrick Georgi
· 9 years ago
6dda31d
build system: tighten down .xcompile handling some more
by Patrick Georgi
· 9 years ago
bdb4af8
build system: don't let a broken .xcompile linger in the tree
by Patrick Georgi
· 9 years ago
1bb4083
Makefile: Set HOSTCC as gcc or cc respectively
by zbao
· 9 years ago
0764892
$(top)/Makefile: Strip the white space in function strip_quotes
by Zheng Bao
· 9 years ago
9c1b33e
Add cscope/ctags generation for the current project
by Martin Roth
· 9 years ago
0d869ed
Makefile: Fix KCONFIG_AUTOHEADER dependencies
by Stefan Reinauer
· 9 years ago
de60c88
Makefile: Use variables defined for Kconfig
by Stefan Reinauer
· 9 years ago
e08a2a5
fix doxy target in root Makefile
by Nicky Sielicki
· 9 years ago
34de29a
build system: move more clang handling to xcompile
by Patrick Georgi
· 9 years ago
7b9762f
build system: Move .xcompile include further down
by Patrick Georgi
· 9 years ago
5f7e4f0
make: support absolute and relative obj= specifications
by Vadim Bendebury
· 9 years ago
e469602
make: avoid problems with mv aliases
by Vadim Bendebury
· 9 years ago
808a429
Makefile: Disable implicit rules
by Julius Werner
· 9 years ago
a32b6f0
Makefile: Avoid duplicate class suffixes in $(call src-to-obj)
by Julius Werner
· 10 years ago
f97b88b
Makefile: Fix dependency tracking for ramstage objects
by Julius Werner
· 10 years ago
828e0e8
build system: run linker scripts through the preprocessor
by Patrick Georgi
· 9 years ago
990e7c9
build system x86: deprecate bootblock_lds and ldscripts variables
by Patrick Georgi
· 9 years ago
d69839b
build system: use full (in-tree) paths
by Patrick Georgi
· 9 years ago
416ab38
build system: Allow defining generic rules
by Patrick Georgi
· 9 years ago
75fcaf9
build system: create proper dependency files
by Patrick Georgi
· 9 years ago
db27306
build system: extend src-to-obj for non-.c/.S files
by Patrick Georgi
· 9 years ago
10f86b0
build system: generalize src-to-obj
by Patrick Georgi
· 9 years ago
2459aee
build system: provide generic compiler flag variables
by Patrick Georgi
· 9 years ago
7711c0d
build system: Allow running make what-jenkins-does without ccache
by Patrick Georgi
· 10 years ago
cd58bb3
build system: lint targets aren't compile targets
by Patrick Georgi
· 10 years ago
d7689e4
Doxygen: add a "simple" output config and make target
by Martin Roth
· 10 years ago
8916d0d
Makefile: Tone down some clang warnings, some are unproductive
by Edward O'Callaghan
· 10 years ago
3ce96bd
build system: use a single variable name for compiler runtimes
by Patrick Georgi
· 10 years ago
a38ccfd
build: Add ccopts back into the build
by Marc Jones
· 10 years ago
16407ab
Makefile: Fix HOSTCC for clang
by Edward O'Callaghan
· 10 years ago
dd91c7f
build: Allow clang build linkage to use libcompiler-rt
by Edward O'Callaghan
· 10 years ago
51edd54
ARM: Generalize armv7 as arm.
by Gabe Black
· 11 years ago
05560bf
build system: avoid warning about missing .xcompile
by Patrick Georgi
· 10 years ago
18ff4f1
build system: create .xcompile dependency
by Patrick Georgi
· 10 years ago
480790b
Makefile: HOSTCC set too late in clang builds
by Edward O'Callaghan
· 10 years ago
25b56c3
build: remove -ccopts mechanism
by Patrick Georgi
· 10 years ago
cc84a00
build system: re-enable clang use
by Patrick Georgi
· 10 years ago
e47477e
build: re-enable ccache support
by Patrick Georgi
· 10 years ago
fadbe5f
build: make scan-build work again
by Patrick Georgi
· 10 years ago
e24a119
build: allow romcc to be wrapped
by Patrick Georgi
· 10 years ago
58f73a6
build: separate CPPFLAGS from CFLAGS
by Patrick Georgi
· 10 years ago
0e6be39
Makefile: Don't use llvm-mc for the moment
by Edward O'Callaghan
· 10 years ago
d520840
kconfig: update to follow upstream more closely
by Patrick Georgi
· 10 years ago
99ac98f
Introduce stage-specific architecture for coreboot
by Furquan Shaikh
· 10 years ago
c38f3ae
build: allow building crossgcc when .config exists
by Patrick Georgi
· 10 years ago
f927df6
Revert "Makefile: Check $CC variable returned from xcompile is not empty."
by Alexandru Gagniuc
· 11 years ago
1287d1c
Makefile: Check $CC variable returned from xcompile is not empty.
by Andrew Wu
· 11 years ago
cd9abf9
arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS
by Andrew Wu
· 11 years ago
963bed5
Make: Use unaltered object list for dependency inclusion
by Nico Huber
· 11 years ago
70c85ea
build system: Retire REQUIRES_BLOB
by Patrick Georgi
· 12 years ago
02ae0bf
build system: Don't run the full build system on "make clean"
by Patrick Georgi
· 12 years ago
4815913
build system: Mark clean-for-update phony
by Patrick Georgi
· 12 years ago
9aaf7d1
Fix broken scan-build
by Martin Roth
· 12 years ago
bca9b9d
Makefile cosmetics
by Stefan Reinauer
· 12 years ago
6edb729
Drop ARCH_ARM in favor of ARCH_ARMV7
by Stefan Reinauer
· 12 years ago
79f9010
build system: Add hook to postprocess classes (object lists)
by Patrick Georgi
· 12 years ago
e820e5c
Make xcompile support multiple architectures
by Ronald G. Minnich
· 12 years ago
0fd93d6
Makefile: No need to mkdir when distclean
by Zheng Bao
· 12 years ago
b3a18ac
Isolate Kconfig host compiler options
by Patrick Georgi
· 12 years ago
d086d51
Keep cscope.out when distclean.
by zbao
· 12 years ago
fe9210f
clang: Don't use mmx nor sse
by Patrick Georgi
· 13 years ago
94a4586
Prevent multiple inclusions of object files and rules
by Patrick Georgi
· 13 years ago
616da1e
Allow XGCCPATH to be set on the make command line.
by Marc Jones
· 13 years ago
3bda044
Relicense Makefile to match libpayload
by Patrick Georgi
· 13 years ago
40ad842
Add regression test for build directory handling to make lint target
by Patrick Georgi
· 13 years ago
29ddbb8
Handle absolute source file paths
by Patrick Georgi
· 13 years ago
96dafaf
Fix ccache behaviour if more than one ccache in PATH
by Patrick Georgi
· 13 years ago
6c44550
Move crossgcc rules to coreboot specific Makefile
by Patrick Georgi
· 13 years ago
0b933d4
Add crossgcc target to automatically build reference toolchain
by Cristian Magherusan-Stanciu
· 13 years ago
61aee5f
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
by Stefan Reinauer
· 13 years ago
57205c7
Add option_table.h as dependency for all C based object files if option tables are used.
by Patrick Georgi
· 14 years ago
e38d0a6
Fix double inclusion of toplevel Makefile.inc
by Patrick Georgi
· 14 years ago
71b8480
Move coreboot specific rules and setup to toplevel Makefile.inc
by Patrick Georgi
· 14 years ago
b8cdd9b
Handle compiler options for source classes more generically
by Patrick Georgi
· 14 years ago
5826265
Make Makefile.inc parser loop more generic
by Patrick Georgi
· 14 years ago
0822ad8
This code fixes a number of build issues related to the AMD Agesa code. The particular issues are global variables existing in romstage and the use of GCC intrinsics in the build. The former issue will be addressed shortly, and the latter issue requires community assistance. This code is dependent on the AMD Family 14h mainboard code.
by Frank Vibrans
· 14 years ago
167b792
Fix cmos-files-y for relative paths
by Patrick Georgi
· 14 years ago
5c0bca2
Inverse two arguments of cbfs-files-y and adapts its users (one of which already used the new order)
by Patrick Georgi
· 14 years ago
aaafec3
Make cbfstool available in $(obj) for simple user access.
by Kevin O'Connor
· 14 years ago
7592e8b
Add new ec subdir for Embedded Controllers and common ACPI EC support
by Sven Schnelle
· 14 years ago
884554c
remove the code which is not ready to release.
by Zheng Bao
· 14 years ago
6c28522
fix "make clean"
by Stefan Reinauer
· 14 years ago
799fed9
Add AMD SB800 southbridge CIMx code.
by Kerry She
· 14 years ago
123edb0
Use $(MAKE) instead of make when cleaning for SeaBIOS.
by Jonathan Kollasch
· 14 years ago
f1939bb
Per default, use SeaBIOS payload instead of no payload.
by Stefan Reinauer
· 14 years ago
c2c23dc
Add support for cbfs-files-y to the build system.
by Patrick Georgi
· 14 years ago
8677a23
After this has been brought up many times before, rename src/arch/i386 to
by Stefan Reinauer
· 14 years ago
89ec376
Allow user to define location for Kconfig config via
by Patrick Georgi
· 14 years ago
e882630
Add test to check for up-to-date GPL license headers to lint.
by Patrick Georgi
· 14 years ago
c6ef20f
Add "make lint" target that calls all util/lint/lint-* scripts
by Patrick Georgi
· 14 years ago
20c3d77
fix random breakage
by Stefan Reinauer
· 14 years ago
42f5827
Redirect the output of iasl to a file to make the build quieter.
by Myles Watson
· 14 years ago
8463dd9
Rename build system variables to be more intuitive, and
by Patrick Georgi
· 14 years ago
afbf072
Don't run clean-abuild on distclean target. It breaks full abuild runs.
by Patrick Georgi
· 14 years ago
Next »