Move TRAB burn-in tests to TRAB board directory
diff --git a/Makefile b/Makefile
index 300f37e..f0d17dd 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@
 
 # The "tools" are needed early, so put this first
 SUBDIRS	= tools \
+	  examples \
 	  lib_generic \
 	  lib_$(ARCH) \
 	  cpu/$(CPU) \
@@ -89,8 +90,7 @@
 	  drivers \
 	  drivers/sk98lin \
 	  post \
-	  post/cpu \
-	  examples
+	  post/cpu
 
 #########################################################################
 # U-Boot objects....order is important (i.e. start must be first)
@@ -921,6 +921,7 @@
 	rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
 	rm -f tools/env/fw_printenv tools/env/fw_setenv
 	rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image
+	rm -f board/trab/trab_fkt
 
 clobber:	clean
 	find . -type f \