diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-01 15:58:10 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-01 15:58:10 +0100 |
commit | 75639e7ee1401b3876c7a00ffe96ea8027668690 (patch) | |
tree | 3d6813cd3fe0d974e0a40237d003a22c5f7438dd /sound/sh/Makefile | |
parent | 7584af10cf46e0f4aa1696f1be79fa0f19a945ba (diff) | |
parent | ad1cd745060ae2f24026b3b3d09da3426df6ab36 (diff) | |
download | kernel_goldelico_gta04-75639e7ee1401b3876c7a00ffe96ea8027668690.zip kernel_goldelico_gta04-75639e7ee1401b3876c7a00ffe96ea8027668690.tar.gz kernel_goldelico_gta04-75639e7ee1401b3876c7a00ffe96ea8027668690.tar.bz2 |
Merge branch 'topic/beep-rename' into topic/core-change
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 |