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
105b0945
Commit
105b0945
authored
Apr 30, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
6dc96735
00fe4dbe
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
123 additions
and
433 deletions
+123
-433
Documentation/kbuild/makefiles.txt
Documentation/kbuild/makefiles.txt
+115
-423
Rules.make
Rules.make
+7
-9
sound/core/Makefile
sound/core/Makefile
+1
-1
No files found.
Documentation/kbuild/makefiles.txt
View file @
105b0945
This diff is collapsed.
Click to expand it.
Rules.make
View file @
105b0945
...
...
@@ -191,21 +191,19 @@ ifneq "$(strip $(obj-m))" ""
MOD_DESTDIR
:=
$(
shell
$(CONFIG_SHELL)
$(TOPDIR)
/scripts/pathdown.sh
)
endif
un
export
MOD_DIRS
MOD_DIRS
:=
$(MOD_SUB_DIRS)
$(MOD_IN_SUB_DIRS)
ifneq
"$(strip $(MOD_DIRS))" ""
.PHONY
:
$(patsubst %
,
_modsubdir_%
,
$(MOD_DIRS))
$(patsubst %,_modsubdir_%,$(MOD_DIRS))
:
dummy
ifneq
"$(strip $(MOD_SUB_DIRS))" ""
.PHONY
:
$(patsubst %
,
_modsubdir_%
,
$(MOD_SUB_DIRS))
$(patsubst %,_modsubdir_%,$(MOD_SUB_DIRS))
:
dummy
$(MAKE)
-C
$(
patsubst
_modsubdir_%,%,
$@
)
modules
.PHONY
:
$(patsubst %
,
_modinst_%
,
$(MOD_DIRS))
$(patsubst %,_modinst_%,$(MOD_DIRS))
:
dummy
.PHONY
:
$(patsubst %
,
_modinst_%
,
$(MOD_
SUB_
DIRS))
$(patsubst %,_modinst_%,$(MOD_
SUB_
DIRS))
:
dummy
$(MAKE)
-C
$(
patsubst
_modinst_%,%,
$@
)
modules_install
endif
.PHONY
:
modules
modules
:
$(obj-m) dummy
\
$(patsubst %
,
_modsubdir_%
,
$(MOD_DIRS))
$(patsubst %
,
_modsubdir_%
,
$(MOD_
SUB_
DIRS))
.PHONY
:
_modinst__
_modinst__
:
dummy
...
...
@@ -216,7 +214,7 @@ endif
.PHONY
:
modules_install
modules_install
:
_modinst__
\
$(patsubst %
,
_modinst_%
,
$(MOD_DIRS))
$(patsubst %
,
_modinst_%
,
$(MOD_
SUB_
DIRS))
#
# A rule to do nothing
...
...
sound/core/Makefile
View file @
105b0945
...
...
@@ -36,7 +36,7 @@ ifeq ($(filter $(subdir-y),oss),oss)
obj-y
+=
oss/_oss.o
endif
obj-$(CONFIG_SND_PCM_OSS)
+=
snd-pcm.o
obj-$(CONFIG_SND_PCM_OSS)
+=
snd-pcm.o
snd-timer.o
subdir-$(CONFIG_SND_SEQUENCER)
+=
seq
ifeq
($(CONFIG_SND_SEQUENCER),y)
...
...
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