diff options
Diffstat (limited to 'sim/m32r/.Sanitize')
-rw-r--r-- | sim/m32r/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/.Sanitize b/sim/m32r/.Sanitize index a92df7a2012..04632766f31 100644 --- a/sim/m32r/.Sanitize +++ b/sim/m32r/.Sanitize @@ -16,7 +16,7 @@ Do-first: -m32rx_files="cpux.c cpux.h decodex.c decodex.h m32rx.c mloopx.in modelx.c readx.c semx.c" +m32rx_files="cpux.c cpux.h decodex.c decodex.h extractx.c m32rx.c mloopx.in modelx.c semx-switch.c" if ( echo $* | grep keep\-m32rx > /dev/null ) ; then keep_these_too="${m32rx_files} ${keep_these_too}" else |