summaryrefslogtreecommitdiffstats
path: root/hw/pcmcia/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pcmcia/meson.build')
-rw-r--r--hw/pcmcia/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pcmcia/meson.build b/hw/pcmcia/meson.build
new file mode 100644
index 0000000000..ab50bd325d
--- /dev/null
+++ b/hw/pcmcia/meson.build
@@ -0,0 +1,2 @@
+softmmu_ss.add(files('pcmcia.c'))
+softmmu_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx.c'))