diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-04 15:22:32 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-04 15:22:32 (GMT) |
commit | 79598324838a25cc378ecbb8c29dd1e3d3951d35 (patch) | |
tree | 7d29e81580cba854042df4e33bdc8f38bbd65d03 /sound/sh/Makefile | |
parent | 8ee763b9c82c6ca0a59a7271ce4fa29d7baf5c09 (diff) | |
parent | b00615d163cd24fa98d155acfc1f9d81d6fe1103 (diff) | |
download | linux-79598324838a25cc378ecbb8c29dd1e3d3951d35.tar.xz |
Merge branch 'topic/core-change' into for-linus
Diffstat (limited to 'sound/sh/Makefile')
-rw-r--r-- | sound/sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/sh/Makefile b/sound/sh/Makefile index 8fdcb6e..7d09b51 100644 --- a/sound/sh/Makefile +++ b/sound/sh/Makefile @@ -3,6 +3,8 @@ # snd-aica-objs := aica.o +snd-sh_dac_audio-objs := sh_dac_audio.o # Toplevel Module Dependency obj-$(CONFIG_SND_AICA) += snd-aica.o +obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_audio.o |