Commit 76a6f3dc9a7108785c145a298f82c72f9208fe17
Committed by
Linus Torvalds
1 parent
7102ed519a
Exists in
master
and in
7 other branches
CONFIG_SOUND_WM97XX: remove stale makefile line
The driver is gone for a long time. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
sound/oss/Makefile
... | ... | @@ -31,8 +31,6 @@ |
31 | 31 | obj-$(CONFIG_SOUND_AU1550_AC97) += au1550_ac97.o ac97_codec.o |
32 | 32 | obj-$(CONFIG_SOUND_BCM_CS4297A) += swarm_cs4297a.o |
33 | 33 | |
34 | -obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o | |
35 | - | |
36 | 34 | obj-$(CONFIG_DMASOUND) += dmasound/ |
37 | 35 | |
38 | 36 | # Declare multi-part drivers. |