aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-443/+866
2014-02-19Prepare v2014.04-rc1v2014.04-rc1Tom Rini1-2/+2
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-8/+8
2014-02-19kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada1-3/+7
2014-02-19kbuild: check clean source and generate Makefile for out-of-tree buildMasahiro Yamada1-6/+55
2014-02-19kbuild: support simultaneous board configuration and "make all"Masahiro Yamada1-2/+10
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada1-82/+96
2014-02-19Makefile: refactor tools-all targetsMasahiro Yamada1-5/+3
2014-02-19Makefile: Do not pass MTD_VERSION from the top MakefileMasahiro Yamada1-1/+1
2014-02-19kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada1-80/+85
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada1-4/+1
2014-02-19kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada1-123/+167
2014-02-19Makefile: remove a cleaning target "tidy"Masahiro Yamada1-6/+2
2014-02-19kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada1-23/+0
2014-02-19kbuild: convert some make rules to Kbuild styleMasahiro Yamada1-34/+43
2014-02-19kbuild: move some lines to more suitable placeMasahiro Yamada1-33/+33
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-39/+200
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-271/+298
2014-02-19Makefile: move more stuff to top MakefileMasahiro Yamada1-3/+17
2014-02-19Makefile: refactor include path settingsMasahiro Yamada1-1/+13
2014-02-19Makefile: move more flags to the top MakefileMasahiro Yamada1-0/+35
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada1-3/+6
2014-02-19Makefile: move some variable definitions to the top MakefileMasahiro Yamada1-13/+81
2014-02-19nand-spl: Use scripts/Makefile.buildMasahiro Yamada1-1/+1
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada1-4/+1
2014-02-19board: samsung: refactor host programsMasahiro Yamada1-0/+1
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada1-7/+11
2014-02-06ARM: NET: Remove the IXP NPE ethernet driverMarek Vasut1-1/+0
2014-01-21powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBIPrabhakar Kushwaha1-2/+2
2014-01-20Prepare v2014.01v2014.01Tom Rini1-1/+1
2014-01-13Prepare v2014.01-rc3v2014.01-rc3Tom Rini1-1/+1
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+36
2014-01-09arm64: Make checkarmreloc accept arm64 relocationsScott Wood1-5/+9
2014-01-09arm64: Turn u-boot.bin back into an ELF file after relocate-relaScott Wood1-0/+13
2014-01-09arm64: Add tool to statically apply RELA relocationsScott Wood1-0/+12
2013-12-18tegra: allow build to succeed with SPL disabledVidya Sagar1-0/+2
2013-12-18Makefile: fix broken pipe error for lcd4_lwmon5 boardMasahiro Yamada1-11/+7
2013-12-18Makefile: fix the typo error for mrproperBo Shen1-1/+1
2013-12-16Prepare v2014.01-rc2v2014.01-rc2Tom Rini1-1/+1
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada1-5/+2
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada1-2/+1
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada1-8/+4
2013-12-16Makefile: delete unnecessary linesMasahiro Yamada1-5/+0
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada1-2/+2
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada1-2/+2
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada1-1/+1
2013-12-13Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada1-5/+2
2013-12-13Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada1-15/+4
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada1-2/+2
2013-12-13Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada1-14/+11