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
c18f68e4
Commit
c18f68e4
authored
May 29, 2008
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALSA] Clean up sound/pci/ac97/Makefile
Signed-off-by:
Takashi Iwai
<
tiwai@suse.de
>
parent
b7482f52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
sound/pci/ac97/Makefile
sound/pci/ac97/Makefile
+2
-7
No files found.
sound/pci/ac97/Makefile
View file @
c18f68e4
...
...
@@ -3,16 +3,11 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#
snd-ac97-codec-objs
:=
ac97_codec.o ac97_pcm.o
ifneq
($(CONFIG_PROC_FS),)
snd-ac97-codec-objs
+=
ac97_proc.o
endif
snd-ac97-codec-y
:=
ac97_codec.o ac97_pcm.o
snd-ac97-codec-$(CONFIG_PROC_FS)
+=
ac97_proc.o
snd-ak4531-codec-objs
:=
ak4531_codec.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_AC97_CODEC)
+=
snd-ac97-codec.o
obj-$(CONFIG_SND_ENS1370)
+=
snd-ak4531-codec.o
obj-m
:=
$(
sort
$
(
obj-m
))
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