summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-08 23:06:32 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-08 23:06:32 +0200
commit2191923072413972d8dbf3e1b2f8ce6762a85800 (patch)
tree7466fe41f385b14b572d4765f5aaadaccd8a48d2 /Makefile
parent700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (diff)
downloadtalos-obmc-uboot-2191923072413972d8dbf3e1b2f8ce6762a85800.tar.gz
talos-obmc-uboot-2191923072413972d8dbf3e1b2f8ce6762a85800.zip
Fix dbau1xxx (= MIPS big and little endian) build options.
Incorrect gcc options (big endian -BE switch) were used for dbau1550_el which is a little endian build; also get rid of reference to non-existant cpu/mips/little/liblittle.a library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59f61d98f4..23a843ca9c 100644
--- a/Makefile
+++ b/Makefile
@@ -1615,7 +1615,7 @@ dbau1550_config : unconfig
dbau1550_el_config : unconfig
@ >include/config.h
@echo "#define CONFIG_DBAU1550 1" >>include/config.h
- @./mkconfig -a dbau1x00 mips mips dbau1x00 "" little
+ @./mkconfig -a dbau1x00 mips mips dbau1x00
#########################################################################
## MIPS64 5Kc
OpenPOWER on IntegriCloud