From c01766307c1140955b71a9a842d742ee6478bd24 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 16 May 2005 14:19:49 +0000 Subject: Fix compile problems caused by new burst mode SDRAM test; make port pins to trigger logic analyzer configurable --- examples/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index fe068abda2..2f8c4c4035 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -58,7 +58,7 @@ include $(TOPDIR)/config.mk SREC = hello_world.srec BIN = hello_world.bin hello_world -ifeq ($(ARCH),ppc) +ifeq ($(CPU),mpc8xx) SREC = test_burst.srec BIN = test_burst.bin test_burst endif @@ -101,6 +101,8 @@ LIB = libstubs.a LIBAOBJS= ifeq ($(ARCH),ppc) LIBAOBJS+= $(ARCH)_longjmp.o $(ARCH)_setjmp.o +endif +ifeq ($(CPU),mpc8xx) LIBAOBJS+= test_burst_lib.o endif LIBCOBJS= stubs.o -- cgit v1.2.1