diff options
Diffstat (limited to 'sound/soc/au1x/Makefile')
-rw-r--r-- | sound/soc/au1x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/au1x/Makefile b/sound/soc/au1x/Makefile index ff5531eee61..920710514ea 100644 --- a/sound/soc/au1x/Makefile +++ b/sound/soc/au1x/Makefile @@ -16,6 +16,8 @@ obj-$(CONFIG_SND_SOC_AU1XAC97C) += snd-soc-au1x-ac97c.o obj-$(CONFIG_SND_SOC_AU1XI2SC) += snd-soc-au1x-i2sc.o # Boards +snd-soc-db1000-objs := db1000.o snd-soc-db1200-objs := db1200.o +obj-$(CONFIG_SND_SOC_DB1000) += snd-soc-db1000.o obj-$(CONFIG_SND_SOC_DB1200) += snd-soc-db1200.o |