summaryrefslogtreecommitdiff
path: root/backends/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'backends/Makefile.objs')
-rw-r--r--backends/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs
index 591ddcf6f3..506a46c33b 100644
--- a/backends/Makefile.objs
+++ b/backends/Makefile.objs
@@ -6,3 +6,6 @@ common-obj-$(CONFIG_BRLAPI) += baum.o
baum.o-cflags := $(SDL_CFLAGS)
common-obj-$(CONFIG_TPM) += tpm.o
+
+common-obj-y += hostmem.o hostmem-ram.o
+common-obj-$(CONFIG_LINUX) += hostmem-file.o