Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
a53ce098
Commit
a53ce098
authored
16 years ago
by
Sam Ravnborg
Browse files
Options
Download
Email Patches
Plain Diff
kbuild: support arch/$ARCH/include for tags, cscope
Signed-off-by:
Sam Ravnborg
<
sam@ravnborg.org
>
parent
2fb9b1bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile
Makefile
+5
-1
No files found.
Makefile
View file @
a53ce098
...
...
@@ -1416,7 +1416,11 @@ define find-sources
\(
-name
config
-o
-name
'asm-*'
\)
-prune
\
-o
-name
$1
-print;
\
for
arch
in
$(ALLINCLUDE_ARCHS)
;
do
\
find
$(__srctree)include/asm-$${arch}
$(RCS_FIND_IGNORE)
\
test
-e
$(__srctree)include/asm-$${arch}
&&
\
find
$(__srctree)include/asm-$${arch}
$(RCS_FIND_IGNORE)
\
-name
$1
-print;
\
test
-e
$(__srctree)arch/$${arch}/include/asm
&&
\
find
$(__srctree)arch/$${arch}/include/asm
$(RCS_FIND_IGNORE)
\
-name
$1
-print;
\
done
;
\
find
$(__srctree)include/asm-generic
$(RCS_FIND_IGNORE)
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment