From 931da93e0fced277c058c0c989d30bd1f6d10742 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 7 May 2005 19:06:32 +0000 Subject: Add test tool to exercise SDRAM accesses in burst mode (as standalone program, MPC8xx/PowerPC only) --- examples/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 300ac53722..fe068abda2 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -58,6 +58,11 @@ include $(TOPDIR)/config.mk SREC = hello_world.srec BIN = hello_world.bin hello_world +ifeq ($(ARCH),ppc) +SREC = test_burst.srec +BIN = test_burst.bin test_burst +endif + ifeq ($(ARCH),i386) SREC += 82559_eeprom.srec BIN += 82559_eeprom.bin 82559_eeprom @@ -96,6 +101,7 @@ LIB = libstubs.a LIBAOBJS= ifeq ($(ARCH),ppc) LIBAOBJS+= $(ARCH)_longjmp.o $(ARCH)_setjmp.o +LIBAOBJS+= test_burst_lib.o endif LIBCOBJS= stubs.o LIBOBJS = $(LIBAOBJS) $(LIBCOBJS) -- cgit v1.2.1