summaryrefslogtreecommitdiff
path: root/hw/sd/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sd/Makefile.objs')
-rw-r--r--hw/sd/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/sd/Makefile.objs b/hw/sd/Makefile.objs
index e69de29bb2..8acce02518 100644
--- a/hw/sd/Makefile.objs
+++ b/hw/sd/Makefile.objs
@@ -0,0 +1,4 @@
+common-obj-$(CONFIG_PL181) += pl181.o
+common-obj-$(CONFIG_SSI_SD) += ssi-sd.o
+common-obj-$(CONFIG_SD) += sd.o
+common-obj-$(CONFIG_SDHCI) += sdhci.o