diff options
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/Makefile b/sound/Makefile index 6de45d2c32f7..f245c75a2add 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux sound card driver # @@ -10,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 |