X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=c897851ce82f898e416663667d82c9703820e34c;hp=42707e007ff7ccff69eec86cbd0c1122998b33f5;hb=e872d2880e019bde20a176166fc748334845f13e;hpb=4749a40821de2dcc88cc02d3b3ab5a5418e02c2e diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 42707e007f..c897851ce8 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -25,11 +25,16 @@ NOR_DRIVERS = \ stmsmi.c \ stellaris.c \ stm32x.c \ + stm32f2xxx.c \ str7x.c \ str9x.c \ str9xpec.c \ tms470.c \ - virtual.c + virtual.c \ + fm3.c + +# Disabled for now, it generates warnings +# dsp5680xx_flash.c noinst_HEADERS = \ core.h \