From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- sound/sh/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sound/sh/Makefile (limited to 'sound/sh/Makefile') diff --git a/sound/sh/Makefile b/sound/sh/Makefile new file mode 100644 index 000000000..7d09b5188 --- /dev/null +++ b/sound/sh/Makefile @@ -0,0 +1,10 @@ +# +# Makefile for ALSA +# + +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 -- cgit v1.2.3-54-g00ecf