X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2FMakefile.am;h=834e4d47e03f4e3532042e22a7cf5684d90c19fb;hp=5aa4f6b0a9e3e5f8e861d15a3d01c299641185bd;hb=ae2142d5a220a0e8eec3bceb499782ce53596f35;hpb=ddc3317c54c3f2327cdd07d87f997197200a385e diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 5aa4f6b0a9..834e4d47e0 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -15,6 +15,7 @@ NOR_DRIVERS = \ at91samd.c \ at91sam3.c \ at91sam7.c \ + atsamv.c \ avrf.c \ cfi.c \ efm32.c \ @@ -48,7 +49,10 @@ NOR_DRIVERS = \ nrf51.c \ mrvlqspi.c \ psoc4.c \ - sim3x.c + sim3x.c \ + xmc4xxx.c \ + niietcm4.c + noinst_HEADERS = \ core.h \