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
Kirill Smelkov
linux
Commits
7acdf556
Commit
7acdf556
authored
Jun 07, 2003
by
Sam Ravnborg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Nice output when generating PCI device list
parent
e9eedc90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
drivers/pci/Makefile
drivers/pci/Makefile
+8
-7
No files found.
drivers/pci/Makefile
View file @
7acdf556
...
...
@@ -39,16 +39,17 @@ endif
host-progs
:=
gen-devlist
# Files generated that shall be removed upon make clean
clean-files
:=
devlist.h classlist.h
# Dependencies on generated files need to be listed explicitly
$(obj)/names.o
:
$(obj)/devlist.h $(obj)/classlist.h
$(obj)/classlist.h
:
$(obj)/devlist.h
# And that's how to generate them
quiet_cmd_devlist
=
DEVLIST
$@
cmd_devlist
=
(
cd
$(obj)
;
./gen-devlist
)
<
$<
$(obj)/devlist.h
:
$(src)/pci.ids $(obj)/gen-devlist
(
cd
$(obj)
;
./gen-devlist
)
<
$<
$(
call
cmd,devlist
)
# Files generated that shall be removed upon make clean
clean-files
:=
devlist.h classlist.h
$(obj)/classlist.h
:
$(obj)/devlist.h
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