aboutsummaryrefslogtreecommitdiff
path: root/machine/machine.mk.in
blob: cdcb4a7391a6bbbf804c7d58996d9b62f4d1d927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
machine_subproject_deps = \
  softfloat \

machine_hdrs = \
  atomic.h \
  bits.h \
  fdt.h \
  emulation.h \
  encoding.h \
  fp_emulation.h \
  htif.h \
  mcall.h \
  mtrap.h \
  uart.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 \
  misaligned_ldst.c \

machine_asm_srcs = \
  mentry.S \
  fp_asm.S \