X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=4d11436cd8807528df74131a2b5edc23714f5e1a;hp=8b5435c1edebb13b498bccfeafc07445c95810a0;hb=03f46e368830c7293f83186658268a6cd4557b20;hpb=1d7176f50bc7d5971a82977ac2baa79eef521c21 diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 8b5435c1ed..4d11436cd8 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -9,6 +9,7 @@ libocdflashnor_la_SOURCES = \ NOR_DRIVERS = \ aduc702x.c \ + aducm360.c \ at91sam4.c \ at91sam4l.c \ at91samd.c \ @@ -19,6 +20,7 @@ NOR_DRIVERS = \ efm32.c \ em357.c \ faux.c \ + jtagspi.c \ lpc2000.c \ lpc288x.c \ lpc2900.c \ @@ -45,7 +47,8 @@ NOR_DRIVERS = \ nuc1x.c \ nrf51.c \ mrvlqspi.c \ - psoc4.c + psoc4.c \ + sim3x.c noinst_HEADERS = \ core.h \