X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=b5fab1f1206984c5a28f82f3d2be2b6827b6ce5b;hb=2745e42ec192c02ad64b61cab136038f4c8b2f48;hp=48e6ab2215dff4d213b81fab2fd2c704d67b2c35;hpb=9cabe333e14435ed9c92bfcf31b1685634ca1acf;p=openocd.git diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 48e6ab2215..b5fab1f120 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -9,39 +9,51 @@ libocdflashnor_la_SOURCES = \ NOR_DRIVERS = \ aduc702x.c \ + aducm360.c \ at91sam4.c \ at91sam4l.c \ + at91samd.c \ at91sam3.c \ at91sam7.c \ + atsamv.c \ avrf.c \ cfi.c \ + dsp5680xx_flash.c \ efm32.c \ em357.c \ faux.c \ + fm3.c \ + fm4.c \ + jtagspi.c \ + kinetis.c \ + kinetis_ke.c \ lpc2000.c \ lpc288x.c \ lpc2900.c \ lpcspifi.c \ mdr.c \ + mrvlqspi.c \ + niietcm4.c \ non_cfi.c \ + nrf51.c \ + numicro.c \ ocl.c \ pic32mx.c \ + psoc4.c \ + sim3x.c \ spi.c \ stmsmi.c \ stellaris.c \ stm32f1x.c \ stm32f2x.c \ stm32lx.c \ + stm32l4x.c \ str7x.c \ str9x.c \ str9xpec.c \ tms470.c \ virtual.c \ - fm3.c \ - dsp5680xx_flash.c \ - kinetis.c \ - mini51.c \ - nuc1x.c + xmc4xxx.c noinst_HEADERS = \ core.h \