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 /Makefile | |
parent | 68ce8957e551d90917dffb0aa64fc7c52ef6061c (diff) | |
download | u-boot-imx-f5300ab241898c490231e59229e6312aa862ce52.zip u-boot-imx-f5300ab241898c490231e59229e6312aa862ce52.tar.gz u-boot-imx-f5300ab241898c490231e59229e6312aa862ce52.tar.bz2 |
Move TRAB burn-in tests to TRAB board directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -76,6 +76,7 @@ export CROSS_COMPILE # The "tools" are needed early, so put this first SUBDIRS = tools \ + examples \ lib_generic \ lib_$(ARCH) \ cpu/$(CPU) \ @@ -89,8 +90,7 @@ SUBDIRS = tools \ 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 @@ clean: 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 \ |