From 4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 11 Sep 2003 23:06:34 +0000 Subject: * Patch by Martin Krause, 11 Sep 2003: add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board --- examples/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index febc501e9f..542791b8b8 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -69,6 +69,11 @@ ifeq ($(BOARD),oxc) SREC += eepro100_eeprom.srec endif +##ifeq ($(BOARD),trab) +##SREC += trab_fkt.srec +##BIN += trab_fkt.bin +##endif + OBJS = $(SREC:.srec=.o) LIB = libstubs.a -- cgit v1.2.1