summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)AuthorFilesLines
2013-05-10build: Pull -DBUILD_TAG into separate ifdefMarek Vasut1-4/+3
2013-05-01Trigger generic board error only when buildingSimon Glass1-2/+2
2013-04-22Makefile: Add target for combined u-boot.img & spl/u-boot.binStefan Roese1-0/+4
2013-04-12Makefile: Move SHELL setup to config.mkBenoît Thébaudeau1-0/+7
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+0
2013-03-16__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic boardSimon Glass1-0/+8
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-2/+0
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut1-0/+2
2012-10-15add check infrastructure, default sparseKim Phillips1-0/+8
2012-10-15serial: Compile drivers/serial/serial.c by defaultMarek Vasut1-1/+1
2012-10-15serial: Unconditionally enable CONFIG_SERIAL_MULTIMarek Vasut1-1/+1
2012-10-04tools, config.mk: add binutils-versionAllen Martin1-0/+1
2012-08-11config: Always use GNU ldKhem Raj1-1/+5
2012-07-07Makefile: Add u-boot.spr build target (SPEAr)Stefan Roese1-0/+4
2012-05-15tools, config.mk: Add gcc-version.sh, cc-version test from LinuxTom Rini1-1/+5
2012-03-27config.mk: Check for -fstack-usage supportTom Rini1-0/+4
2012-03-27config.mk: Make cc-option create a file under include/generatedTom Rini1-4/+3
2011-11-08config.mk: use memoization in cc-option macro to speed up compilationDaniel Schwierzeck1-2/+18
2011-11-03Reduce build timesWolfgang Denk1-3/+5
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass1-0/+1
2011-10-22build: force migration away from $(AR)Mike Frysinger1-5/+3
2011-10-18Adjust dependency rules to permit per-file flagsSimon Glass1-0/+7
2011-07-26disable security warning flags when possibleMike Frysinger1-0/+4
2011-07-26Extend build-system for SPL frameworkDaniel Schwierzeck1-1/+33
2011-06-22config.mk: move LDSCRIPT processing to the top-level MakefileIlya Yanok1-30/+0
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-5/+28
2011-03-23Introduce a new linker flag LDFLAGS_FINALHaiying Wang1-1/+2
2011-03-22Top config.mk: add include/config.mkJoakim Tjernlund1-0/+1
2011-01-26Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-3/+5
2010-12-17config.mk: unify duplicated flag settingMike Frysinger1-10/+7
2010-11-28Coding Style (white space) cleanupWolfgang Denk1-4/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-0/+7
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-5/+5
2010-08-09config.mk: avoid -traditional-cpp on OS X 10.5Mike Frysinger1-5/+5
2010-05-28nios: remove nios-32 archThomas Chou1-8/+0
2010-05-27config.mk: use different host compiler for OS X 10.6Andreas Biessmann1-3/+11
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+6
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser1-6/+11
2010-04-13Create CPUDIR variablePeter Tyser1-6/+7
2009-12-03makefiles: fixes for building build toolsScott Wood1-3/+31
2009-09-10ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala1-0/+4
2009-08-24start a linker script helper fileMike Frysinger1-10/+0
2009-08-22Fix all linker scripts for older binutils versions (pre-2.16)Wolfgang Denk1-1/+11
2009-08-22ARM: compiler options cleanup - improve tool chain supportWolfgang Denk1-1/+1
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser1-1/+1
2009-07-19config.mk: Remove unused HPATHShinya Kuribayashi1-1/+1
2009-07-17config.mk: Remove $(PCI_CLOCK) referenceShinya Kuribayashi1-4/+0
2009-06-15add %.c->%.i and %.c->%.s rulesMike Frysinger1-0/+4
2009-06-15allow boards to customize compiler options on a per-file/dir basisMike Frysinger1-3/+5