summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-12config.mk: remove un-needed REMOTE_BUILD checkJean-Christophe PLAGNIOL-VILLARD1-12/+0
2009-01-18build system: treat all Darwin's alikeMike Frysinger1-2/+2
2008-12-09Remove unneeded CONFIG_SHELL referencesPeter Tyser1-7/+2
2008-09-12make: Remove redundant __ARM__ addition when cross-compiling on *BSDShinya Kuribayashi1-9/+0
2008-09-07config.mk: Move arch-specific condition to $(ARCH)_config.mkShinya Kuribayashi1-16/+0
2008-06-26Conditionally add -fno-stack-protector to CFLAGSHaavard Skinnemoen1-0/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-05-04config.mk: use correct (cross) compilerWolfgang Denk1-21/+25
2008-02-22include autoconf.mk before any other .mk filesMike Frysinger1-3/+3
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk1-0/+1
2008-02-14Only use TEXT_BASE if defined by the boardMike Frysinger1-2/+8
2008-02-05generate u-boot.ldr for Blackfin targetsMike Frysinger1-0/+1
2007-11-21[BUILD] Generate include/autoconf.mk from board config filesGrant Likely1-0/+3
2007-11-04blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mkShinya Kuribayashi1-4/+0
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li1-1/+1
2006-10-29Automatically adjust ARFLAGS so "make -s" is really silent.Wolfgang Denk1-0/+4
2006-10-27Don't pass any debug options directly to the assemblerHaavard Skinnemoen1-1/+3
2006-10-24Use -g instead of -gstabs in AFLAGS_DEBUGWolfgang Denk1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-0/+1
2006-10-09Coding style cleanupWolfgang Denk1-1/+1
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese1-0/+4
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-6/+39