diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-23 14:04:36 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-07 12:04:02 +0200 |
commit | 3ca3273eaa509a6a17e33fc7d31714bfd9f65a38 (patch) | |
tree | fea30858c9eeca0b8bd768b315841e494c330cfc /Makefile | |
parent | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore (diff) | |
download | linux-3ca3273eaa509a6a17e33fc7d31714bfd9f65a38.tar.xz linux-3ca3273eaa509a6a17e33fc7d31714bfd9f65a38.zip |
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
Clean up these patterns from the top Makefile to omit 'clean-files'
in each Makefile.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1616,6 +1616,7 @@ clean: $(clean-dirs) -o -name '*.su' \ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ -o -name '*.lex.c' -o -name '*.tab.[ch]' \ + -o -name '*-asn1.[ch]' \ -o -name '*.symtypes' -o -name 'modules.order' \ -o -name modules.builtin -o -name '.tmp_*.o.*' \ -o -name .cache.mk \ |