summaryrefslogtreecommitdiff
path: root/nuttx/audio/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-27 07:44:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-27 07:44:53 -0600
commit66bc3094e689ff4a96c9ac2755335d45b8765aa1 (patch)
treea25e3cf4f1a61bcd727587fefc2725316c82ee05 /nuttx/audio/Makefile
parent6dc974b4b0d8423cc9073e425a2e3a4370160df6 (diff)
downloadpx4-nuttx-66bc3094e689ff4a96c9ac2755335d45b8765aa1.tar.gz
px4-nuttx-66bc3094e689ff4a96c9ac2755335d45b8765aa1.tar.bz2
px4-nuttx-66bc3094e689ff4a96c9ac2755335d45b8765aa1.zip
Updated audio subsystem from Ken Pettit
Diffstat (limited to 'nuttx/audio/Makefile')
-rw-r--r--nuttx/audio/Makefile12
1 files changed, 0 insertions, 12 deletions
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))