mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Fix MIPS build problem
This commit is contained in:
parent
c021880ac5
commit
cdd8a0f151
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ BIN = hello_world.bin
|
||||||
|
|
||||||
ifeq ($(CPU),mips)
|
ifeq ($(CPU),mips)
|
||||||
SREC =
|
SREC =
|
||||||
|
BIN =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The following example is pretty 8xx specific...
|
# The following example is pretty 8xx specific...
|
||||||
|
|
Loading…
Reference in a new issue