From 8721a129e9c45897ff9026d548fc83f2ca4bb7be Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Sun, 3 Sep 2017 00:57:08 +0300 Subject: [PATCH] [#16]; remove duplicate Makefile lines --- src/flash/nor/Makefile.am | 1 - src/rtos/Makefile.am | 1 - 2 files changed, 2 deletions(-) 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 \