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
commit1fb7753da0bae7dd0499a3151e717b2b6fd2cf9d (patch)
treea1a922055e93256456b3338380326256d87d1b36
parent4299874ad4b07ef457776513a64e5b2397a6a75e (diff)
downloadspike-1fb7753da0bae7dd0499a3151e717b2b6fd2cf9d.zip
spike-1fb7753da0bae7dd0499a3151e717b2b6fd2cf9d.tar.gz
spike-1fb7753da0bae7dd0499a3151e717b2b6fd2cf9d.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 \