diff options
author | wdenk | 2003-09-11 23:06:34 +0000 |
---|---|---|
committer | wdenk | 2003-09-11 23:06:34 +0000 |
commit | 4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 (patch) | |
tree | 5aadeadbf3f022aa31bd34b35e4ff6f1ff134d74 /examples/Makefile | |
parent | a43278a43d522fba7fea0ed3045b718a9c8d22ac (diff) |
* Patch by Martin Krause, 11 Sep 2003:
add burn-in tests for TRAB board
* Enable instruction cache on MPC5200 board
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index febc501e9f6..542791b8b83 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 |