aboutsummaryrefslogtreecommitdiff
path: root/machine/machine.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'machine/machine.mk.in')
-rw-r--r--machine/machine.mk.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/machine/machine.mk.in b/machine/machine.mk.in
index 6568dc5..dc8492f 100644
--- a/machine/machine.mk.in
+++ b/machine/machine.mk.in
@@ -4,30 +4,31 @@ machine_subproject_deps = \
machine_hdrs = \
atomic.h \
bits.h \
- configstring.h \
+ fdt.h \
emulation.h \
encoding.h \
fp_emulation.h \
htif.h \
mcall.h \
mtrap.h \
- sbi.h \
+ uart.h \
+ finisher.h \
unprivileged_memory.h \
vm.h \
machine_c_srcs = \
+ fdt.c \
mtrap.c \
minit.c \
+ htif.c \
emulation.c \
muldiv_emulation.c \
fp_emulation.c \
fp_ldst.c \
+ uart.c \
+ finisher.c \
misaligned_ldst.c \
- sbi_impl.c \
- configstring.c \
machine_asm_srcs = \
mentry.S \
fp_asm.S \
- sbi_entry.S \
- sbi.S \