summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/obj.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-12-03 10:58:26 -0600
committerJoel Sherrill <joel@rtems.org>2020-12-04 12:42:06 -0600
commit2365c93745617232bd4173e39331b6fb6c8b0a20 (patch)
tree02def3a6e60d87bd8a11333cc957770cc5c9507b /spec/build/bsps/obj.yml
parentspec/optconminor: Fix value type (diff)
downloadrtems-2365c93745617232bd4173e39331b6fb6c8b0a20.tar.bz2
spec: Move zynq-uart into its own object
Currently, zynq-uart code is always built and has some requirements for BSPs that use it. Instead of making all BSPs satisfy that requirement or working around it by setting defaults, this moves the zynq-uart code into its own spec build object so it can be included if needed.
Diffstat (limited to 'spec/build/bsps/obj.yml')
-rw-r--r--spec/build/bsps/obj.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/build/bsps/obj.yml b/spec/build/bsps/obj.yml
index 7ea560b47d..a454783d51 100644
--- a/spec/build/bsps/obj.yml
+++ b/spec/build/bsps/obj.yml
@@ -52,8 +52,6 @@ install:
source:
- bsps/include/dev/serial/arm-pl011-regs.h
- bsps/include/dev/serial/arm-pl011.h
- - bsps/include/dev/serial/zynq-uart-regs.h
- - bsps/include/dev/serial/zynq-uart.h
- destination: ${BSP_INCLUDEDIR}/rtems/zilog
source:
- bsps/include/rtems/zilog/z8036.h
@@ -96,8 +94,6 @@ source:
- bsps/shared/dev/serial/ns16550.c
- bsps/shared/dev/serial/ns16550-context.c
- bsps/shared/dev/serial/serprobe.c
-- bsps/shared/dev/serial/zynq-uart.c
-- bsps/shared/dev/serial/zynq-uart-polled.c
- bsps/shared/start/bootcard.c
- bsps/shared/rtems-version.c
type: build