]> git.sur5r.net Git - u-boot/blobdiff - examples/Makefile
esd WUH405 and DU405 board updated
[u-boot] / examples / Makefile
index 300ac537224a349ca225d147a96293989802504b..2f8c4c40352cb614cd6c186783ac6b371b9e63e2 100644 (file)
@@ -58,6 +58,11 @@ include $(TOPDIR)/config.mk
 SREC   = hello_world.srec
 BIN    = hello_world.bin hello_world
 
+ifeq ($(CPU),mpc8xx)
+SREC   = test_burst.srec
+BIN    = test_burst.bin test_burst
+endif
+
 ifeq ($(ARCH),i386)
 SREC   += 82559_eeprom.srec
 BIN    += 82559_eeprom.bin 82559_eeprom
@@ -97,6 +102,9 @@ LIBAOBJS=
 ifeq ($(ARCH),ppc)
 LIBAOBJS+= $(ARCH)_longjmp.o $(ARCH)_setjmp.o
 endif
+ifeq ($(CPU),mpc8xx)
+LIBAOBJS+= test_burst_lib.o
+endif
 LIBCOBJS= stubs.o
 LIBOBJS        = $(LIBAOBJS) $(LIBCOBJS)