From 1fb7753da0bae7dd0499a3151e717b2b6fd2cf9d Mon Sep 17 00:00:00 2001 From: Prashanth Mundkur Date: Mon, 26 Feb 2018 15:21:27 -0800 Subject: [PATCH] Fix a missed header file in the softfloat include install. --- {debug_rom => riscv}/debug_rom_defines.h | 0 softfloat/softfloat.mk.in | 1 + 2 files changed, 1 insertion(+) rename {debug_rom => riscv}/debug_rom_defines.h (100%) diff --git a/debug_rom/debug_rom_defines.h b/riscv/debug_rom_defines.h similarity index 100% rename from debug_rom/debug_rom_defines.h rename to 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 \ -- 2.30.2