aboutsummaryrefslogtreecommitdiff
path: root/hw/moxie/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/moxie/meson.build')
-rw-r--r--hw/moxie/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/moxie/meson.build b/hw/moxie/meson.build
deleted file mode 100644
index 05a7c2e..0000000
--- a/hw/moxie/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-moxie_ss = ss.source_set()
-moxie_ss.add(when: 'CONFIG_MOXIESIM', if_true: files('moxiesim.c'))
-
-hw_arch += {'moxie': moxie_ss}