Do top level sim-hw module for device tree.
[deliverable/binutils-gdb.git] / sim / common / .Sanitize
index 7e605bcc2b5476b3fd31a913e8cf08cc982b19e6..a9889a95c95a5a84802e1ff6cbb94e73911ad86a 100644 (file)
@@ -22,7 +22,7 @@ else
         lose_these_too="${cygnus_files} ${lose_these_too}"
 fi
 
-am30_files="dv-core.c dv-pal.c dv-glue.c hw-base.c hw-base.h hw-device.c hw-device.h hw-ports.c hw-ports.h hw-properties.c hw-properties.h hw-tree.c hw-tree.h sim-hw.h"
+am30_files="dv-core.c dv-pal.c dv-glue.c hw-base.c hw-base.h hw-device.c hw-device.h hw-ports.c hw-ports.h hw-properties.c hw-properties.h hw-tree.c hw-tree.h sim-hw.h sim-hw.c"
 if ( echo $* | grep keep\-am30 > /dev/null ) ; then
         keep_these_too="${am30_files} ${keep_these_too}"
 else
@@ -154,7 +154,7 @@ else
         done
 fi
 
-am30_files="ChangeLog"
+am30_files="ChangeLog sim-module.c sim-base.h Make-common.in"
 if ( echo $* | grep keep\-am30 > /dev/null ) ; then
         for i in $am30_files ; do
                 if test ! -d $i && (grep sanitize-am30 $i > /dev/null) ; then
This page took 0.022963 seconds and 4 git commands to generate.