aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)Author
2011-11-07config.mk: use memoization in cc-option macro to speed up compilationDaniel Schwierzeck
2011-11-03Reduce build timesWolfgang Denk
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass
2011-10-22build: force migration away from $(AR)Mike Frysinger
2011-10-17Adjust dependency rules to permit per-file flagsSimon Glass
2011-07-26disable security warning flags when possibleMike Frysinger
2011-07-26Extend build-system for SPL frameworkDaniel Schwierzeck
2011-06-22config.mk: move LDSCRIPT processing to the top-level MakefileIlya Yanok
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang
2011-03-21Top config.mk: add include/config.mkJoakim Tjernlund
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu
2010-12-17config.mk: unify duplicated flag settingMike Frysinger
2010-11-27Coding Style (white space) cleanupWolfgang Denk
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-08-09config.mk: avoid -traditional-cpp on OS X 10.5Mike Frysinger
2010-05-28nios: remove nios-32 archThomas Chou
2010-05-26config.mk: use different host compiler for OS X 10.6Andreas Biessmann
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser
2010-04-13Create CPUDIR variablePeter Tyser
2009-12-02makefiles: fixes for building build toolsScott Wood
2009-09-09ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala
2009-08-23start a linker script helper fileMike Frysinger
2009-08-21Fix all linker scripts for older binutils versions (pre-2.16)Wolfgang Denk
2009-08-21ARM: compiler options cleanup - improve tool chain supportWolfgang Denk
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser
2009-07-19config.mk: Remove unused HPATHShinya Kuribayashi
2009-07-17config.mk: Remove $(PCI_CLOCK) referenceShinya Kuribayashi
2009-06-14add %.c->%.i and %.c->%.s rulesMike Frysinger
2009-06-14allow boards to customize compiler options on a per-file/dir basisMike Frysinger
2009-06-12config.mk: remove un-needed REMOTE_BUILD checkJean-Christophe PLAGNIOL-VILLARD
2009-01-18build system: treat all Darwin's alikeMike Frysinger
2008-12-08Remove unneeded CONFIG_SHELL referencesPeter Tyser
2008-09-12make: Remove redundant __ARM__ addition when cross-compiling on *BSDShinya Kuribayashi
2008-09-07config.mk: Move arch-specific condition to $(ARCH)_config.mkShinya Kuribayashi
2008-06-26Conditionally add -fno-stack-protector to CFLAGSHaavard Skinnemoen
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-05-03config.mk: use correct (cross) compilerWolfgang Denk
2008-02-22include autoconf.mk before any other .mk filesMike Frysinger
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk
2008-02-14Only use TEXT_BASE if defined by the boardMike Frysinger
2008-02-04generate u-boot.ldr for Blackfin targetsMike Frysinger
2007-11-20[BUILD] Generate include/autoconf.mk from board config filesGrant Likely
2007-11-03blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mkShinya Kuribayashi
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li
2006-10-29Automatically adjust ARFLAGS so "make -s" is really silent.Wolfgang Denk
2006-10-27Don't pass any debug options directly to the assemblerHaavard Skinnemoen