summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeLines
* kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada2014-02-19-3/+7
* kbuild: check clean source and generate Makefile for out-of-tree buildMasahiro Yamada2014-02-19-6/+55
* kbuild: support simultaneous board configuration and "make all"Masahiro Yamada2014-02-19-2/+10
* kbuild: use scripts/Makefile.cleanMasahiro Yamada2014-02-19-82/+96
* Makefile: refactor tools-all targetsMasahiro Yamada2014-02-19-5/+3
* Makefile: Do not pass MTD_VERSION from the top MakefileMasahiro Yamada2014-02-19-1/+1
* kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada2014-02-19-80/+85
* examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-19-4/+1
* kbuild: change the top Makefile to more Kbuild-ish structureMasahiro Yamada2014-02-19-123/+167
* Makefile: remove a cleaning target "tidy"Masahiro Yamada2014-02-19-6/+2
* kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada2014-02-19-23/+0
* kbuild: convert some make rules to Kbuild styleMasahiro Yamada2014-02-19-34/+43
* kbuild: move some lines to more suitable placeMasahiro Yamada2014-02-19-33/+33
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-39/+200
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-271/+298
* Makefile: move more stuff to top MakefileMasahiro Yamada2014-02-19-3/+17
* Makefile: refactor include path settingsMasahiro Yamada2014-02-19-1/+13
* Makefile: move more flags to the top MakefileMasahiro Yamada2014-02-19-0/+35
* kbuild: Use Kbuild.includeMasahiro Yamada2014-02-19-3/+6
* Makefile: move some variable definitions to the top MakefileMasahiro Yamada2014-02-19-13/+81
* nand-spl: Use scripts/Makefile.buildMasahiro Yamada2014-02-19-1/+1
* examples: Use scripts/Makefile.buildMasahiro Yamada2014-02-19-4/+1
* board: samsung: refactor host programsMasahiro Yamada2014-02-19-0/+1
* tools: convert makefiles to kbuild styleMasahiro Yamada2014-02-19-7/+11
* powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBIPrabhakar Kushwaha2014-01-21-2/+2
* Prepare v2014.01Tom Rini2014-01-20-1/+1
* Prepare v2014.01-rc3Tom Rini2014-01-13-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-10-5/+36
|\
| * arm64: Make checkarmreloc accept arm64 relocationsScott Wood2014-01-09-5/+9
| * arm64: Turn u-boot.bin back into an ELF file after relocate-relaScott Wood2014-01-09-0/+13
| * arm64: Add tool to statically apply RELA relocationsScott Wood2014-01-09-0/+12
| * tegra: allow build to succeed with SPL disabledVidya Sagar2013-12-18-0/+2
* | Makefile: fix broken pipe error for lcd4_lwmon5 boardMasahiro Yamada2013-12-18-11/+7
* | Makefile: fix the typo error for mrproperBo Shen2013-12-18-1/+1
* | Prepare v2014.01-rc2Tom Rini2013-12-16-1/+1
* | Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada2013-12-16-5/+2
* | examples: x86: delete 82559_eepromMasahiro Yamada2013-12-16-2/+1
* | Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2013-12-16-8/+4
* | Makefile: delete unnecessary linesMasahiro Yamada2013-12-16-5/+0
* | Makefile: Move some scripts imported from LinuxMasahiro Yamada2013-12-13-2/+2
* | drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada2013-12-13-2/+2
* | post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada2013-12-13-1/+1
* | Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada2013-12-13-5/+2
* | Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada2013-12-13-15/+4
* | Makefile: use two double-quotations as a pairMasahiro Yamada2013-12-13-2/+2
* | Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada2013-12-13-14/+11
* | Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira2013-12-13-0/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-12-10-1/+1
|\
| * Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-12-10-101/+64
| |\
| * | arm: keep all sections in ELF fileAlbert ARIBAUD2013-12-07-1/+1