aboutsummaryrefslogtreecommitdiff
path: root/bbl
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 /bbl
parent8b80f2ea28c0167f9dc75462147447b144ed4ea9 (diff)
downloadriscv-pk-9037b1d9f2130770228be62c66b88b47fccd99b6.zip
riscv-pk-9037b1d9f2130770228be62c66b88b47fccd99b6.tar.gz
riscv-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 'bbl')
-rw-r--r--bbl/bbl.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbl/bbl.mk.in b/bbl/bbl.mk.in
index 5abe2cd..e3c5876 100644
--- a/bbl/bbl.mk.in
+++ b/bbl/bbl.mk.in
@@ -3,6 +3,7 @@ bbl_subproject_deps = \
softfloat \
machine \
dummy_payload \
+ platform \
bbl_hdrs = \
bbl.h \