summaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-2/+0
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-2/+0
* | __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic boardSimon Glass2013-03-15-0/+8
|/
* common: Add symbol handling for generic lists into MakefileMarek Vasut2012-10-22-0/+2
* add check infrastructure, default sparseKim Phillips2012-10-15-0/+8
* serial: Compile drivers/serial/serial.c by defaultMarek Vasut2012-10-15-1/+1
* serial: Unconditionally enable CONFIG_SERIAL_MULTIMarek Vasut2012-10-15-1/+1
* tools, config.mk: add binutils-versionAllen Martin2012-10-04-0/+1
* config: Always use GNU ldKhem Raj2012-08-10-1/+5
* Makefile: Add u-boot.spr build target (SPEAr)Stefan Roese2012-07-07-0/+4
* tools, config.mk: Add gcc-version.sh, cc-version test from LinuxTom Rini2012-05-15-1/+5
* config.mk: Check for -fstack-usage supportTom Rini2012-03-26-0/+4
* config.mk: Make cc-option create a file under include/generatedTom Rini2012-03-26-4/+3
* config.mk: use memoization in cc-option macro to speed up compilationDaniel Schwierzeck2011-11-07-2/+18
* Reduce build timesWolfgang Denk2011-11-03-3/+5
* fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass2011-10-26-0/+1
* build: force migration away from $(AR)Mike Frysinger2011-10-22-5/+3
* Adjust dependency rules to permit per-file flagsSimon Glass2011-10-17-0/+7
* disable security warning flags when possibleMike Frysinger2011-07-26-0/+4
* Extend build-system for SPL frameworkDaniel Schwierzeck2011-07-26-1/+33
* config.mk: move LDSCRIPT processing to the top-level MakefileIlya Yanok2011-06-22-30/+0
* Handle most LDSCRIPT setting centrallyScott Wood2011-04-30-5/+28
* Introduce a new linker flag LDFLAGS_FINALHaiying Wang2011-03-22-1/+2
* Top config.mk: add include/config.mkJoakim Tjernlund2011-03-21-0/+1
* Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu2011-01-25-3/+5
* config.mk: unify duplicated flag settingMike Frysinger2010-12-17-10/+7
* Coding Style (white space) cleanupWolfgang Denk2010-11-27-4/+4
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-0/+7
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-5/+5
* config.mk: avoid -traditional-cpp on OS X 10.5Mike Frysinger2010-08-09-5/+5
* nios: remove nios-32 archThomas Chou2010-05-28-8/+0
* config.mk: use different host compiler for OS X 10.6Andreas Biessmann2010-05-26-3/+11
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13-1/+6
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-1/+1
* Change directory-specific CFLAGS to use full pathPeter Tyser2010-04-13-6/+11
* Create CPUDIR variablePeter Tyser2010-04-13-6/+7
* makefiles: fixes for building build toolsScott Wood2009-12-02-3/+31
* ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala2009-09-09-0/+4
* start a linker script helper fileMike Frysinger2009-08-23-10/+0
* Fix all linker scripts for older binutils versions (pre-2.16)Wolfgang Denk2009-08-21-1/+11
* ARM: compiler options cleanup - improve tool chain supportWolfgang Denk2009-08-21-1/+1
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-21-1/+1
* config.mk: Remove unused HPATHShinya Kuribayashi2009-07-19-1/+1
* config.mk: Remove $(PCI_CLOCK) referenceShinya Kuribayashi2009-07-17-4/+0
* add %.c->%.i and %.c->%.s rulesMike Frysinger2009-06-14-0/+4
* allow boards to customize compiler options on a per-file/dir basisMike Frysinger2009-06-14-3/+5
* config.mk: remove un-needed REMOTE_BUILD checkJean-Christophe PLAGNIOL-VILLARD2009-06-12-12/+0
* build system: treat all Darwin's alikeMike Frysinger2009-01-18-2/+2
* Remove unneeded CONFIG_SHELL referencesPeter Tyser2008-12-08-7/+2
* make: Remove redundant __ARM__ addition when cross-compiling on *BSDShinya Kuribayashi2008-09-12-9/+0