index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2015-06-07
fix doxy target in root Makefile
Nicky Sielicki
2015-06-04
build system: move more clang handling to xcompile
Patrick Georgi
2015-06-04
build system: Move .xcompile include further down
Patrick Georgi
2015-05-08
make: support absolute and relative obj= specifications
Vadim Bendebury
2015-04-28
make: avoid problems with mv aliases
Vadim Bendebury
2015-04-22
Makefile: Disable implicit rules
Julius Werner
2015-04-22
Makefile: Avoid duplicate class suffixes in $(call src-to-obj)
Julius Werner
2015-04-17
Makefile: Fix dependency tracking for ramstage objects
Julius Werner
2015-04-06
build system: run linker scripts through the preprocessor
Patrick Georgi
2015-04-04
build system x86: deprecate bootblock_lds and ldscripts variables
Patrick Georgi
2015-04-04
build system: use full (in-tree) paths
Patrick Georgi
2015-04-04
build system: Allow defining generic rules
Patrick Georgi
2015-04-04
build system: create proper dependency files
Patrick Georgi
2015-04-02
build system: extend src-to-obj for non-.c/.S files
Patrick Georgi
2015-03-30
build system: generalize src-to-obj
Patrick Georgi
2015-03-30
build system: provide generic compiler flag variables
Patrick Georgi
2015-02-17
build system: Allow running make what-jenkins-does without ccache
Patrick Georgi
2015-02-17
build system: lint targets aren't compile targets
Patrick Georgi
2015-01-08
Doxygen: add a "simple" output config and make target
Martin Roth
2014-12-12
Makefile: Tone down some clang warnings, some are unproductive
Edward O'Callaghan
2014-11-25
build system: use a single variable name for compiler runtimes
Patrick Georgi
2014-11-09
build: Add ccopts back into the build
Marc Jones
2014-10-30
Makefile: Fix HOSTCC for clang
Edward O'Callaghan
2014-10-28
build: Allow clang build linkage to use libcompiler-rt
Edward O'Callaghan
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-07-20
build system: avoid warning about missing .xcompile
Patrick Georgi
2014-07-15
build system: create .xcompile dependency
Patrick Georgi
2014-06-29
Makefile: HOSTCC set too late in clang builds
Edward O'Callaghan
2014-06-29
build: remove -ccopts mechanism
Patrick Georgi
2014-05-26
build system: re-enable clang use
Patrick Georgi
2014-05-17
build: re-enable ccache support
Patrick Georgi
2014-05-17
build: make scan-build work again
Patrick Georgi
2014-05-17
build: allow romcc to be wrapped
Patrick Georgi
2014-05-17
build: separate CPPFLAGS from CFLAGS
Patrick Georgi
2014-05-09
Makefile: Don't use llvm-mc for the moment
Edward O'Callaghan
2014-05-07
kconfig: update to follow upstream more closely
Patrick Georgi
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-03
build: allow building crossgcc when .config exists
Patrick Georgi
2014-01-26
Revert "Makefile: Check $CC variable returned from xcompile is not empty."
Alexandru Gagniuc
2014-01-23
Makefile: Check $CC variable returned from xcompile is not empty.
Andrew Wu
2013-10-17
arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS
Andrew Wu
2013-05-20
Make: Use unaltered object list for dependency inclusion
Nico Huber
2013-02-19
build system: Retire REQUIRES_BLOB
Patrick Georgi
2013-02-12
build system: Don't run the full build system on "make clean"
Patrick Georgi
2013-02-11
build system: Mark clean-for-update phony
Patrick Georgi
2012-12-14
Fix broken scan-build
Martin Roth
2012-12-08
Makefile cosmetics
Stefan Reinauer
2012-12-06
Drop ARCH_ARM in favor of ARCH_ARMV7
Stefan Reinauer
2012-11-27
build system: Add hook to postprocess classes (object lists)
Patrick Georgi
2012-11-27
Make xcompile support multiple architectures
Ronald G. Minnich
2012-10-22
Makefile: No need to mkdir when distclean
Zheng Bao
2012-09-14
Isolate Kconfig host compiler options
Patrick Georgi
2012-03-31
Keep cscope.out when distclean.
zbao
2012-03-16
clang: Don't use mmx nor sse
Patrick Georgi
2011-10-28
Prevent multiple inclusions of object files and rules
Patrick Georgi
2011-10-23
Allow XGCCPATH to be set on the make command line.
Marc Jones
2011-07-01
Relicense Makefile to match libpayload
Patrick Georgi
2011-05-21
Add regression test for build directory handling to make lint target
Patrick Georgi
2011-05-20
Handle absolute source file paths
Patrick Georgi
2011-05-20
Fix ccache behaviour if more than one ccache in PATH
Patrick Georgi
2011-05-16
Move crossgcc rules to coreboot specific Makefile
Patrick Georgi
2011-05-16
Add crossgcc target to automatically build reference toolchain
Cristian Magherusan-Stanciu
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
2011-03-08
Add option_table.h as dependency for all C based object files if option table...
Patrick Georgi
2011-03-01
Fix double inclusion of toplevel Makefile.inc
Patrick Georgi
2011-02-22
Move coreboot specific rules and setup to toplevel Makefile.inc
Patrick Georgi
2011-02-17
Handle compiler options for source classes more generically
Patrick Georgi
2011-02-17
Make Makefile.inc parser loop more generic
Patrick Georgi
2011-02-14
This code fixes a number of build issues related to the AMD Agesa code. The p...
Frank Vibrans
2011-02-08
Fix cmos-files-y for relative paths
Patrick Georgi
2011-01-30
Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...
Patrick Georgi
2011-01-30
Make cbfstool available in $(obj) for simple user access.
Kevin O'Connor
2011-01-27
Add new ec subdir for Embedded Controllers and common ACPI EC support
Sven Schnelle
2011-01-18
remove the code which is not ready to release.
Zheng Bao
2011-01-05
fix "make clean"
Stefan Reinauer
2011-01-01
Add AMD SB800 southbridge CIMx code.
Kerry She
2010-12-31
Use $(MAKE) instead of make when cleaning for SeaBIOS.
Jonathan Kollasch
2010-12-30
Per default, use SeaBIOS payload instead of no payload.
Stefan Reinauer
2010-12-16
Add support for cbfs-files-y to the build system.
Patrick Georgi
2010-12-11
After this has been brought up many times before, rename src/arch/i386 to
Stefan Reinauer
2010-12-08
Allow user to define location for Kconfig config via
Patrick Georgi
2010-11-19
Add test to check for up-to-date GPL license headers to lint.
Patrick Georgi
2010-11-18
Add "make lint" target that calls all util/lint/lint-* scripts
Patrick Georgi
2010-11-15
fix random breakage
Stefan Reinauer
2010-10-01
Redirect the output of iasl to a file to make the build quieter.
Myles Watson
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-29
Don't run clean-abuild on distclean target. It breaks full abuild runs.
Patrick Georgi
2010-09-28
As $PWD is not exported by all shells, use make-builtin $(CURDIR)
Jonathan Kollasch
2010-09-28
Fix small typo in root Makefile.
Warren Turkal
2010-09-27
The commandline parsing for abuild doing a couple of buggy things:
Warren Turkal
2010-09-24
Fix CCACHE handling, and make use of ccache's BASEDIR feature
Patrick Georgi
2010-09-23
Generate and extract debug sysmbols for coreboot. *.debug files can be
Marc Jones
2010-09-03
Add convenience rules for cscope to Makefile.
Warren Turkal
2010-05-08
Patrick Georgi wrote:
Stefan Reinauer
2010-05-08
Slightly improve detecting Windows. Trivial
Patrick Georgi
2010-05-05
Split C code in sconfig's parser into a separate file.
Patrick Georgi
2010-04-27
Force mkdir before resolving any make rules.
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-26
For the mainboard with AMD Family 10, if we make clean and make again,
Zheng Bao
2010-04-21
Optimize distclean and configuration.
Patrick Georgi
[next]