diff options
author | wdenk <wdenk> | 2003-09-12 15:35:15 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-12 15:35:15 +0000 |
commit | f5300ab241898c490231e59229e6312aa862ce52 (patch) | |
tree | 92df7780e9c3f85d07eafda8da244e713da1cc3d /examples | |
parent | 68ce8957e551d90917dffb0aa64fc7c52ef6061c (diff) | |
download | u-boot-f5300ab241898c490231e59229e6312aa862ce52.tar.gz |
Move TRAB burn-in tests to TRAB board directoryLABEL_2003_09_12_1745
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile index 542791b8b8..febc501e9f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -69,11 +69,6 @@ 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 |