aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-02-26 15:21:27 -0800
committerAndrew Waterman <aswaterman@gmail.com>2018-03-06 11:46:53 -0600
commitc1fda877781e5ce5c8c586affc123fe65bd174d9 (patch)
treea1a922055e93256456b3338380326256d87d1b36
parente81425b8d6dc6a1d71ae681cb8239f4eeda822ea (diff)
downloadspike-c1fda877781e5ce5c8c586affc123fe65bd174d9.zip
spike-c1fda877781e5ce5c8c586affc123fe65bd174d9.tar.gz
spike-c1fda877781e5ce5c8c586affc123fe65bd174d9.tar.bz2
Fix a missed header file in the softfloat include install.
-rw-r--r--riscv/debug_rom_defines.h (renamed from debug_rom/debug_rom_defines.h)0
-rw-r--r--softfloat/softfloat.mk.in1
2 files changed, 1 insertions, 0 deletions
diff --git a/debug_rom/debug_rom_defines.h b/riscv/debug_rom_defines.h
index 616cf59..616cf59 100644
--- a/debug_rom/debug_rom_defines.h
+++ b/riscv/debug_rom_defines.h
diff --git a/softfloat/softfloat.mk.in b/softfloat/softfloat.mk.in
index 77c1357..ff7637b 100644
--- a/softfloat/softfloat.mk.in
+++ b/softfloat/softfloat.mk.in
@@ -2,6 +2,7 @@ softfloat_subproject_deps =
softfloat_hdrs = \
internals.h \
+ platform.h \
primitives.h \
primitiveTypes.h \
softfloat.h \