diff options
Diffstat (limited to 'sim/.Sanitize')
-rw-r--r-- | sim/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize index 6d4472b..8ef2370 100644 --- a/sim/.Sanitize +++ b/sim/.Sanitize @@ -33,6 +33,14 @@ else lose_these_too="${tic80_files} ${lose_these_too}" fi +v850_files="v850" +if ( echo $* | grep keep\-v850 > /dev/null ) ; then + keep_these_too="${v850_files} ${igen_files} ${keep_these_too}" + igen_files= +else + lose_these_too="${v850_files} ${lose_these_too}" +fi + lose_these_too="${igen_files} ${lose_these_too}" # All files listed between the "Things-to-keep:" line and the |