diff options
Diffstat (limited to 'ANDROID_3.4.5/sound/synth/Makefile')
-rw-r--r-- | ANDROID_3.4.5/sound/synth/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/sound/synth/Makefile b/ANDROID_3.4.5/sound/synth/Makefile deleted file mode 100644 index 11eb06ac..00000000 --- a/ANDROID_3.4.5/sound/synth/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Makefile for ALSA -# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> -# - -snd-util-mem-objs := util_mem.o - -# Toplevel Module Dependency -obj-$(CONFIG_SND_EMU10K1) += snd-util-mem.o -obj-$(CONFIG_SND_TRIDENT) += snd-util-mem.o -obj-$(CONFIG_SND_SBAWE_SEQ) += snd-util-mem.o -obj-$(CONFIG_SND_SEQUENCER) += emux/ |