From 66bc3094e689ff4a96c9ac2755335d45b8765aa1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 27 Oct 2013 07:44:53 -0600 Subject: Updated audio subsystem from Ken Pettit --- nuttx/audio/Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'nuttx/audio/Makefile') diff --git a/nuttx/audio/Makefile b/nuttx/audio/Makefile index b6c111621..7b34de1ae 100644 --- a/nuttx/audio/Makefile +++ b/nuttx/audio/Makefile @@ -53,18 +53,6 @@ ifeq ($(CONFIG_AUDIO_FORMAT_PCM),y) CSRCS += pcm.c endif -ifeq ($(CONFIG_AUDIO_MIXER),y) - CSRCS += mixer.c -endif - -ifeq ($(CONFIG_AUDIO_MIDI_SYNTH),y) - CSRCS += midisynth.c -endif - -ifeq ($(CONFIG_AUDIO_FONT),y) - CSRCS += audio_font.c -endif - AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -- cgit v1.2.3