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 f2d1d093bcdc..f245c75a2add 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -11,6 +11,7 @@ obj-$(CONFIG_SND_AOA) += aoa/ # This one must be compilable even if sound is configured out obj-$(CONFIG_AC97_BUS) += ac97_bus.o +obj-$(CONFIG_AC97_BUS_NEW) += ac97/ ifeq ($(CONFIG_SND),y) obj-y += last.o |