diff options
| author | James Clarke <[email protected]> | 2020-02-01 01:07:51 +0000 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-02-17 17:42:52 +0530 |
| commit | c2f23cc6edd7ee2dc6a07991312d44233080ae6b (patch) | |
| tree | 2c9326e9c0f1c4ac18e0b8f90962a91f0fba543b /lib/utils/sys/objects.mk | |
| parent | c2bfa2bff30312679cfee986bbed9b974c6760bb (diff) | |
platform: Add Spike initial support
This patch adds initial platform support Spike emulator.
Signed-off-by: James Clarke <[email protected]>
Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib/utils/sys/objects.mk')
| -rw-r--r-- | lib/utils/sys/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/sys/objects.mk b/lib/utils/sys/objects.mk index baed8848..c6df2bdc 100644 --- a/lib/utils/sys/objects.mk +++ b/lib/utils/sys/objects.mk @@ -8,3 +8,4 @@ # libsbiutils-objs-y += sys/clint.o +libsbiutils-objs-y += sys/htif.o |
