qemu-e2k/target/e2k/meson.build

7 lines
103 B
Meson

e2k_ss = ss.source_set()
e2k_ss.add(files())
# no softmmu support yet
target_arch += {'e2k': e2k_ss}