aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mips/meson.build')
-rw-r--r--hw/mips/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips/meson.build b/hw/mips/meson.build
index 46294b7..bcdf96b 100644
--- a/hw/mips/meson.build
+++ b/hw/mips/meson.build
@@ -6,6 +6,5 @@ mips_ss.add(when: 'CONFIG_MALTA', if_true: files('gt64xxx_pci.c', 'malta.c'))
mips_ss.add(when: 'CONFIG_MIPSSIM', if_true: files('mipssim.c'))
mips_ss.add(when: 'CONFIG_MIPS_BOSTON', if_true: [files('boston.c'), fdt])
mips_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('cps.c'))
-mips_ss.add(when: 'CONFIG_R4K', if_true: files('r4k.c'))
hw_arch += {'mips': mips_ss}