Commit 8c83fc55 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix typo for 'tags' target

by Aristeu Sergio Rozanski Filho
parent 46887fa2
...@@ -756,7 +756,7 @@ define all-sources ...@@ -756,7 +756,7 @@ define all-sources
find arch/$(ARCH) $(RCS_FIND_IGNORE) \ find arch/$(ARCH) $(RCS_FIND_IGNORE) \
-name '*.[chS]' -print; \ -name '*.[chS]' -print; \
find include $(RCS_FIND_IGNORE) \ find include $(RCS_FIND_IGNORE) \
\( -name config -o -name 'asm-*' \) -prune -o \ \( -name config -o -name 'asm-*' \) -prune \
-o -name '*.[chS]' -print; \ -o -name '*.[chS]' -print; \
find include/asm-$(ARCH) $(RCS_FIND_IGNORE) \ find include/asm-$(ARCH) $(RCS_FIND_IGNORE) \
-name '*.[chS]' -print; \ -name '*.[chS]' -print; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment