summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xen/headers.am
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-08-27 22:07:52 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:39 -0500
commit1480c3f5e8a7c376cde4eff5699d76672d3d901f (patch)
treef18e07dfd3a6bf9362f96bc3bde5ded616ca0835 /bsps/arm/xen/headers.am
parentspec: Add missing spintrcritical24 definition (diff)
downloadrtems-1480c3f5e8a7c376cde4eff5699d76672d3d901f.tar.bz2
bsps: Break out AArch32 portions of GPT driver
This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
Diffstat (limited to 'bsps/arm/xen/headers.am')
-rw-r--r--bsps/arm/xen/headers.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/arm/xen/headers.am b/bsps/arm/xen/headers.am
index 952fa37670..562247447d 100644
--- a/bsps/arm/xen/headers.am
+++ b/bsps/arm/xen/headers.am
@@ -8,3 +8,7 @@ include_HEADERS += ../../../../../../bsps/arm/xen/include/tm27.h
include_bspdir = $(includedir)/bsp
include_bsp_HEADERS =
include_bsp_HEADERS += ../../../../../../bsps/arm/xen/include/bsp/irq.h
+
+include_dev_clockdir = $(includedir)/dev/clock
+include_dev_clock_HEADERS =
+include_dev_clock_HEADERS += ../../../../../../bsps/include/dev/clock/arm-generic-timer.h