diff options
author | Doug Evans <dje@google.com> | 1998-02-06 02:29:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-06 02:29:22 +0000 |
commit | aea481da17221b63c14e4567a1260dfb842b0899 (patch) | |
tree | 422e5c5eecbd282fe58e1e9672673e13322d3517 /sim/mips/.Sanitize | |
parent | 587c41ae20915753b2ada8741489101d3f0dfebf (diff) | |
download | gdb-aea481da17221b63c14e4567a1260dfb842b0899.zip gdb-aea481da17221b63c14e4567a1260dfb842b0899.tar.gz gdb-aea481da17221b63c14e4567a1260dfb842b0899.tar.bz2 |
First pass at moving sky stuff from ../txvu to mips dir.
Diffstat (limited to 'sim/mips/.Sanitize')
-rw-r--r-- | sim/mips/.Sanitize | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/mips/.Sanitize b/sim/mips/.Sanitize index 090d4f7..c2e1470 100644 --- a/sim/mips/.Sanitize +++ b/sim/mips/.Sanitize @@ -24,6 +24,17 @@ else lose_these_too="${r5900_files} ${lose_these_too}" fi +sky_files="ChangeLog.sky sky-device.c sky-device.h sky-dma.c sky-dma.h" +sky_files="$sky_files sky-engine.c sky-gpuif.c sky-gpuif.h" +sky_files="$sky_files sky-hardware.c sky-hardware.h" +sky_files="$sky_files sky-libvpe.c sky-libvpe.h sky-pke.c sky-pke.h" +sky_files="$sky_files sky-vpe.h sky-vu.h sky-vu0.c sky-vu0.h sky-vu1.c sky-vu1.h" +if ( echo $* | grep keep\-sky > /dev/null ) ; then + keep_these_too="${sky_files} ${keep_these_too}" +else + lose_these_too="${sky_files} ${lose_these_too}" +fi + vr5400_files="vr5400.igen mdmx.igen" if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then keep_these_too="${vr5400_files} ${keep_these_too}" |