diff options
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/Makefile b/sound/Makefile index f352bb23596..1f60797afa8 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_SOUND_PRIME) += oss/ obj-$(CONFIG_DMASOUND) += oss/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ +obj-$(CONFIG_SND_AOA) += aoa/ ifeq ($(CONFIG_SND),y) obj-y += last.o |