diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 9f8e9e5..efc3caa 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -21,6 +21,14 @@ Do-first: # called. Directories not listed will be removed in their entirety # with rm -rf. +d30v_files="d30v.h" + +if ( echo $* | grep keep\-d30v > /dev/null ) ; then + keep_these_too="${d30v_files} ${keep_these_too}" +else + lose_these_too="${d30v_files} ${lose_these_too}" +fi + Things-to-keep: ChangeLog |