Skip to content
Snippets Groups Projects
Commit dfece950 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

examples/Makefile: build "hello_world" on 8xx, too.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 74eb0222
No related branches found
No related tags found
No related merge requests found
...@@ -77,9 +77,9 @@ SREC = hello_world.srec ...@@ -77,9 +77,9 @@ SREC = hello_world.srec
BIN = hello_world.bin BIN = hello_world.bin
ifeq ($(CPU),mpc8xx) ifeq ($(CPU),mpc8xx)
ELF = test_burst ELF += test_burst
SREC = test_burst.srec SREC += test_burst.srec
BIN = test_burst.bin BIN += test_burst.bin
endif endif
ifeq ($(ARCH),i386) ifeq ($(ARCH),i386)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment