diff options
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/Makefile b/sound/Makefile index 1f60797afa8a..5f6bef57e825 100644 --- a/sound/Makefile +++ b/sound/Makefile | |||
@@ -2,6 +2,7 @@ | |||
2 | # | 2 | # |
3 | 3 | ||
4 | obj-$(CONFIG_SOUND) += soundcore.o | 4 | obj-$(CONFIG_SOUND) += soundcore.o |
5 | obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o | ||
5 | obj-$(CONFIG_SOUND_PRIME) += oss/ | 6 | obj-$(CONFIG_SOUND_PRIME) += oss/ |
6 | obj-$(CONFIG_DMASOUND) += oss/ | 7 | obj-$(CONFIG_DMASOUND) += oss/ |
7 | obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ | 8 | obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ |
@@ -11,4 +12,4 @@ ifeq ($(CONFIG_SND),y) | |||
11 | obj-y += last.o | 12 | obj-y += last.o |
12 | endif | 13 | endif |
13 | 14 | ||
14 | soundcore-objs := sound_core.o sound_firmware.o | 15 | soundcore-objs := sound_core.o |