diff options
| author | Stefan Roese <[email protected]> | 2008-03-05 17:22:06 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2008-03-05 17:22:06 +0100 |
| commit | 218892d12a1b68059ddb7b463a2b42e8406d4e85 (patch) | |
| tree | 2f039a80af14c6cf487d12178eff2fefe94a60a6 /examples | |
| parent | e85e2fa85ec09a6fac2846d1d881d8737e2bbda9 (diff) | |
| parent | 334fb53514f7fa5e84ac09cc4636b468aa7ba41c (diff) | |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile index 60a6f5ea56d..c5d629b68ad 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) |
