summaryrefslogtreecommitdiffstats
path: root/discover/Makefile.am
diff options
context:
space:
mode:
authorGe Song <ge.song@hxt-semitech.com>2018-08-02 17:29:41 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commitbf220b175df1f1689626598b286b817bc7749057 (patch)
tree8fa07b84f1294d65fd52ad33d7b95ef11687e960 /discover/Makefile.am
parentc8afffc32546c3cd72d5d229081211b8e9efe9ee (diff)
downloadtalos-petitboot-bf220b175df1f1689626598b286b817bc7749057.tar.gz
talos-petitboot-bf220b175df1f1689626598b286b817bc7749057.zip
discover: Add platform-arm64
Signed-off-by: Ge Song <ge.song@hxt-semitech.com> [Split from a larger patch and cleaned up] Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'discover/Makefile.am')
-rw-r--r--discover/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am
index 2b7c794..f5b799d 100644
--- a/discover/Makefile.am
+++ b/discover/Makefile.am
@@ -82,6 +82,10 @@ discover_platform_ro_SOURCES = \
discover/dt.h \
discover/hostboot.h
+if PLATFORM_ARM64
+discover_platform_ro_SOURCES += discover/platform-arm64.c
+endif
+
if PLATFORM_POWERPC
discover_platform_ro_SOURCES += discover/platform-powerpc.c
endif
OpenPOWER on IntegriCloud