aboutsummaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 27ad054f..2de06463 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -33,8 +33,10 @@ libtarget_la_SOURCES = \
$(MIPS32_SRC) \
avrt.c \
dsp563xx.c \
- dsp563xx_once.c \
- dsp5680xx.c
+ dsp563xx_once.c
+
+# This file generates warnings, disabled for now, see also target.c
+# dsp5680xx.c
TARGET_CORE_SRC = \
algorithm.c \