aboutsummaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-08-09 20:14:50 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-08-09 20:15:21 +0200
commit7d2bf8805df5ec9f108758188e85f2d355f720c4 (patch)
tree2e89a60604258bc9d19f04c725fc7c590385e06e /src/target/Makefile.am
parentc2c19c50186f6686c072f65ade8984771987305f (diff)
Revert "dsp5680xx: disable for now, it generates warnings"
This reverts commit d567df02b9f3e7d2e7e78b3c2907ecad9aa4bbd4.
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 2de06463..27ad054f 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -33,10 +33,8 @@ libtarget_la_SOURCES = \
$(MIPS32_SRC) \
avrt.c \
dsp563xx.c \
- dsp563xx_once.c
-
-# This file generates warnings, disabled for now, see also target.c
-# dsp5680xx.c
+ dsp563xx_once.c \
+ dsp5680xx.c
TARGET_CORE_SRC = \
algorithm.c \