From 1db60dffec9e25662c289331a48a978075f11841 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Oct 2020 16:05:50 +0200 Subject: build: Move drivers without SMP support This fixes warnings like this: warning: implicit declaration of function 'rtems_interrupt_disable' warning: implicit declaration of function 'rtems_interrupt_enable' warning: implicit declaration of function 'rtems_interrupt_flash' --- spec/build/bsps/objnosmp.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 spec/build/bsps/objnosmp.yml (limited to 'spec/build/bsps/objnosmp.yml') diff --git a/spec/build/bsps/objnosmp.yml b/spec/build/bsps/objnosmp.yml new file mode 100644 index 0000000000..772e6f121c --- /dev/null +++ b/spec/build/bsps/objnosmp.yml @@ -0,0 +1,31 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: objects +cflags: [] +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +cppflags: [] +cxxflags: [] +enabled-by: + not: RTEMS_SMP +includes: [] +install: +- destination: ${BSP_INCLUDEDIR}/libchip + source: + - bsps/include/libchip/am29lv160.h + - bsps/include/libchip/mc146818a.h + - bsps/include/libchip/mc68681.h + - bsps/include/libchip/z85c30.h +links: [] +source: +- bsps/shared/dev/flash/am29lv160.c +- bsps/shared/dev/rtc/mc146818a.c +- bsps/shared/dev/rtc/mc146818a_ioreg.c +- bsps/shared/dev/serial/mc68681_baud.c +- bsps/shared/dev/serial/mc68681.c +- bsps/shared/dev/serial/mc68681_reg2.c +- bsps/shared/dev/serial/mc68681_reg4.c +- bsps/shared/dev/serial/mc68681_reg8.c +- bsps/shared/dev/serial/mc68681_reg.c +- bsps/shared/dev/serial/z85c30.c +- bsps/shared/dev/serial/z85c30_reg.c +type: build -- cgit v1.2.3