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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/machine/machine.mk.in b/machine/machine.mk.in
index 6267f5f..10d85b4 100644
--- a/machine/machine.mk.in
+++ b/machine/machine.mk.in
@@ -4,6 +4,7 @@ machine_subproject_deps = \
machine_hdrs = \
atomic.h \
bits.h \
+ fdt.h \
emulation.h \
encoding.h \
fp_emulation.h \
@@ -14,6 +15,7 @@ machine_hdrs = \
vm.h \
machine_c_srcs = \
+ fdt.c \
mtrap.c \
minit.c \
htif.c \