aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-07-27 13:23:49 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-08-02 12:32:45 -0700
commit9037b1d9f2130770228be62c66b88b47fccd99b6 (patch)
tree56998a7ab91d5da423452fec410d32479cec34b1 /configure.ac
parent8b80f2ea28c0167f9dc75462147447b144ed4ea9 (diff)
downloadpk-9037b1d9f2130770228be62c66b88b47fccd99b6.zip
pk-9037b1d9f2130770228be62c66b88b47fccd99b6.tar.gz
pk-9037b1d9f2130770228be62c66b88b47fccd99b6.tar.bz2
Add a platform interface
SiFive's pk fork is the second one I've had to maintain, and it's a huge pain because people keep just leaving changes all over the tree. I want to introduce an interface that the platform-specific details can live behind so I don't have to keep doing these painful merges.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b4a58fd..d4db795 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ AC_SUBST(install_subdir)
# The '*' suffix indicates an optional subproject. The '**' suffix
# indicates an optional subproject which is also the name of a group.
-MCPPBS_SUBPROJECTS([ pk, bbl, softfloat, dummy_payload, machine, util ])
+MCPPBS_SUBPROJECTS([ pk, bbl, softfloat, dummy_payload, machine, util, platform ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups