diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 23 |
1 files changed, 3 insertions, 20 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 23 | 2 | PATCHLEVEL = 24 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = .git |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
@@ -1167,24 +1167,7 @@ endif | |||
1167 | ALLSOURCE_ARCHS := $(ARCH) | 1167 | ALLSOURCE_ARCHS := $(ARCH) |
1168 | 1168 | ||
1169 | define all-sources | 1169 | define all-sources |
1170 | ( find $(__srctree) $(RCS_FIND_IGNORE) \ | 1170 | ( find -regex '.*\.[ch]$$' ) |
1171 | \( -name include -o -name arch \) -prune -o \ | ||
1172 | -name '*.[chS]' -print; \ | ||
1173 | for ARCH in $(ALLSOURCE_ARCHS) ; do \ | ||
1174 | find $(__srctree)arch/$${ARCH} $(RCS_FIND_IGNORE) \ | ||
1175 | -name '*.[chS]' -print; \ | ||
1176 | done ; \ | ||
1177 | find $(__srctree)security/selinux/include $(RCS_FIND_IGNORE) \ | ||
1178 | -name '*.[chS]' -print; \ | ||
1179 | find $(__srctree)include $(RCS_FIND_IGNORE) \ | ||
1180 | \( -name config -o -name 'asm-*' \) -prune \ | ||
1181 | -o -name '*.[chS]' -print; \ | ||
1182 | for ARCH in $(ALLINCLUDE_ARCHS) ; do \ | ||
1183 | find $(__srctree)include/asm-$${ARCH} $(RCS_FIND_IGNORE) \ | ||
1184 | -name '*.[chS]' -print; \ | ||
1185 | done ; \ | ||
1186 | find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \ | ||
1187 | -name '*.[chS]' -print ) | ||
1188 | endef | 1171 | endef |
1189 | 1172 | ||
1190 | quiet_cmd_cscope-file = FILELST cscope.files | 1173 | quiet_cmd_cscope-file = FILELST cscope.files |