summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-03-04 11:58:26 +0100
committerWolfgang Denk <wd@denx.de>2008-03-04 11:58:26 +0100
commitdfece9500556bed5d8244b1c15d973cec7c25bfe (patch)
tree1fc69639d0f1e35b396a17111044c4815101f916 /examples/Makefile
parent74eb0222594fd23aafdf168e60e872814eea8b62 (diff)
downloadtalos-obmc-uboot-dfece9500556bed5d8244b1c15d973cec7c25bfe.tar.gz
talos-obmc-uboot-dfece9500556bed5d8244b1c15d973cec7c25bfe.zip
examples/Makefile: build "hello_world" on 8xx, too.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 60a6f5ea56..c5d629b68a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -77,9 +77,9 @@ SREC = hello_world.srec
BIN = hello_world.bin
ifeq ($(CPU),mpc8xx)
-ELF = test_burst
-SREC = test_burst.srec
-BIN = test_burst.bin
+ELF += test_burst
+SREC += test_burst.srec
+BIN += test_burst.bin
endif
ifeq ($(ARCH),i386)
OpenPOWER on IntegriCloud