summaryrefslogtreecommitdiffstats
path: root/bsps/headers.am
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-08-27 22:13:47 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:39 -0500
commitf8ad5bb2a442b73536cc3cecfb65a2fc796bec70 (patch)
tree9f45b2a0b6d254772c94caa75854296d2501a770 /bsps/headers.am
parentbsps: Break out AArch32 portions of GPT driver (diff)
downloadrtems-f8ad5bb2a442b73536cc3cecfb65a2fc796bec70.tar.bz2
bsps: Break out AArch32 GICv3 support
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures.
Diffstat (limited to 'bsps/headers.am')
-rw-r--r--bsps/headers.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsps/headers.am b/bsps/headers.am
index aaf13284bd..b433c2d8d4 100644
--- a/bsps/headers.am
+++ b/bsps/headers.am
@@ -21,6 +21,13 @@ include_bsp_HEADERS += ../../bsps/include/bsp/u-boot.h
include_bsp_HEADERS += ../../bsps/include/bsp/uart-output-char.h
include_bsp_HEADERS += ../../bsps/include/bsp/utility.h
+include_dev_irqdir = $(includedir)/dev/irq
+include_dev_irq_HEADERS =
+include_dev_irq_HEADERS += ../../bsps/include/dev/irq/arm-gic-irq.h
+include_dev_irq_HEADERS += ../../bsps/include/dev/irq/arm-gic-regs.h
+include_dev_irq_HEADERS += ../../bsps/include/dev/irq/arm-gic-tm27.h
+include_dev_irq_HEADERS += ../../bsps/include/dev/irq/arm-gic.h
+
include_dev_serialdir = $(includedir)/dev/serial
include_dev_serial_HEADERS =
include_dev_serial_HEADERS += ../../bsps/include/dev/serial/arm-pl011-regs.h