[rtems commit] bsp/riscv: Remove bogus Automake conditional

Sebastian Huber sebh at rtems.org
Thu Nov 14 10:49:23 UTC 2019


Module:    rtems
Branch:    master
Commit:    5a1bc17970f1841f8956c3e2257639f4f0f03248
Changeset: http://git.rtems.org/rtems/commit/?id=5a1bc17970f1841f8956c3e2257639f4f0f03248

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov 14 11:11:46 2019 +0100

bsp/riscv: Remove bogus Automake conditional

Update #3785.

---

 c/src/lib/libbsp/riscv/riscv/Makefile.am | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/c/src/lib/libbsp/riscv/riscv/Makefile.am b/c/src/lib/libbsp/riscv/riscv/Makefile.am
index 61de95d..d51f722 100644
--- a/c/src/lib/libbsp/riscv/riscv/Makefile.am
+++ b/c/src/lib/libbsp/riscv/riscv/Makefile.am
@@ -46,11 +46,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspgetworkarea-defa
 librtemsbsp_a_SOURCES +=../../../../../../bsps/riscv/riscv/clock/clockdrv.c
 
 # Timer
-#if RISCV_ENABLE_FRDME310ARTY_SUPPORT != 0
 librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/btimer/btimer-cpucounter.c
-#else
-librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/btimer/btimer-stub.c
-#endif
 
 # IRQ
 librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/irq/irq-default-handler.c
@@ -63,10 +59,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
 librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/serial/console-termios.c
 librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/console/console-config.c
 librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/console/htif.c
-
-#if RISCV_ENABLE_FRDME310ARTY_SUPPORT != 0
 librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/console/fe310-uart.c
-#endif
 
 if HAS_SMP
 librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/start/bspsmp.c



More information about the vc mailing list