diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 3c3a51acf..c647cbb60 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -22,7 +22,6 @@ NOR_DRIVERS = \ %D%/dsp5680xx_flash.c \ %D%/efm32.c \ %D%/em357.c \ - %D%/fespi.c \ %D%/faux.c \ %D%/fespi.c \ %D%/fm3.c \ diff --git a/src/rtos/Makefile.am b/src/rtos/Makefile.am index 71286db49..27d9cd66a 100644 --- a/src/rtos/Makefile.am +++ b/src/rtos/Makefile.am @@ -14,7 +14,6 @@ noinst_LTLIBRARIES += %D%/librtos.la %D%/ChibiOS.c \ %D%/embKernel.c \ %D%/mqx.c \ - %D%/riscv_debug.c \ %D%/uCOS-III.c \ %D%/riscv_debug.c \ %D%/rtos.h \