Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a0b67e8f
Commit
a0b67e8f
authored
Apr 12, 2004
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Apr 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Zorro devlist.h kbuild
Zorro: Quieten building of devlist.h (cfr. PCI)
parent
1740c41c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
drivers/zorro/Makefile
drivers/zorro/Makefile
+4
-3
No files found.
drivers/zorro/Makefile
View file @
a0b67e8f
...
@@ -11,10 +11,11 @@ host-progs := gen-devlist
...
@@ -11,10 +11,11 @@ host-progs := gen-devlist
clean-files
:=
devlist.h
clean-files
:=
devlist.h
# Dependencies on generated files need to be listed explicitly
# Dependencies on generated files need to be listed explicitly
$(obj)/names.o
:
$(obj)/devlist.h
$(obj)/names.o
:
$(obj)/devlist.h
# And that's how to generate them
# And that's how to generate them
quiet_cmd_devlist
=
DEVLIST
$@
cmd_devlist
=
(
cd
$(obj)
;
./gen-devlist
)
<
$<
$(obj)/devlist.h
:
$(src)/zorro.ids $(obj)/gen-devlist
$(obj)/devlist.h
:
$(src)/zorro.ids $(obj)/gen-devlist
(
cd
$(obj)
;
./gen-devlist
)
<
$<
$(
call
cmd,devlist
)
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