summaryrefslogtreecommitdiff
path: root/nuttx/audio/Makefile
diff options
context:
space:
mode:
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))