X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=2de064633b8a3b3c576cecd86103ab6fa83fcb93;hp=27ad054fb1a1916b69956aa53cd109765641478f;hb=d567df02b9f3e7d2e7e78b3c2907ecad9aa4bbd4;hpb=2482244b0788c007dd789c21a4416379c229ea5c diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 27ad054fb1..2de064633b 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 \