diff options
| author | Masahiro Yamada <[email protected]> | 2014-02-04 17:24:13 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-19 11:07:50 -0500 |
| commit | a0b14c3f0a94ecb4d8210a249d25fdf37185f39b (patch) | |
| tree | 1e8ee3679d5c4f061cbd28456c6d816ab4632b64 /Makefile | |
| parent | 4a20df395d9b6961a4877852e911cbbadd019d40 (diff) | |
nand-spl: Use scripts/Makefile.build
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ $(obj)u-boot.lds: $(LDSCRIPT) depend $(CPP) $(CPPFLAGS) $(LDPPFLAGS) -ansi -D__ASSEMBLY__ -P - <$< >$@ nand_spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend - $(MAKE) -C nand_spl/board/$(BOARDDIR) all + $(MAKE) $(build) nand_spl/board/$(BOARDDIR) all $(obj)u-boot-nand.bin: nand_spl $(obj)u-boot.bin cat $(obj)nand_spl/u-boot-spl-16k.bin $(obj)u-boot.bin > $(obj)u-boot-nand.bin |
