diff mbox

[U-Boot,V3,4/4,MIPS] Disable standalone while building MIPS64

Message ID 1345472551-1546-10-git-send-email-etou.zh@gmail.com
State Superseded
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Zhi-zhou Zhang Aug. 20, 2012, 2:22 p.m. UTC
I think copy mips.lds to mips64.lds with only one line changed is not
good. So I disable it in top Makefile.
Signed-off-by: Zhizhou Zhang <etou.zh@gmail.com>
---
 Makefile |    2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 5ce5cc3..626d888 100644
--- a/Makefile
+++ b/Makefile
@@ -155,8 +155,10 @@  sinclude $(obj)include/autoconf.mk.dep
 sinclude $(obj)include/autoconf.mk
 
 ifndef CONFIG_SANDBOX
+ifndef CONFIG_MIPS64
 SUBDIRS += $(SUBDIR_EXAMPLES)
 endif
+endif
 
 # load ARCH, BOARD, and CPU configuration
 include $(obj)include/config.mk