aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sd/meson.build')
-rw-r--r--hw/sd/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd/meson.build b/hw/sd/meson.build
index abfac9e..bbb75af 100644
--- a/hw/sd/meson.build
+++ b/hw/sd/meson.build
@@ -1,5 +1,5 @@
system_ss.add(when: 'CONFIG_PL181', if_true: files('pl181.c'))
-system_ss.add(when: 'CONFIG_SD', if_true: files('sd.c', 'core.c', 'sdmmc-internal.c'))
+system_ss.add(when: 'CONFIG_SD', if_true: files('sd.c', 'core.c'))
system_ss.add(when: 'CONFIG_SDHCI', if_true: files('sdhci.c'))
system_ss.add(when: 'CONFIG_SDHCI_PCI', if_true: files('sdhci-pci.c'))
system_ss.add(when: 'CONFIG_SSI_SD', if_true: files('ssi-sd.c'))