Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a53ce098
Commit
a53ce098
authored
Jun 22, 2008
by
Sam Ravnborg
Browse files
Options
Browse Files
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)
\
...
...
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