aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 93f15be..2179ae7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -422,6 +422,7 @@ CORE_MISC_SOURCES = \
android/qemu-setup.c \
android/snapshot.c \
android/utils/timezone.c \
+ android/camera/camera-format-converters.c
$(call gen-hw-config-defs)
@@ -438,13 +439,16 @@ endif
ifeq ($(HOST_OS),linux)
CORE_MISC_SOURCES += usb-linux.c \
- qemu-thread.c
+ qemu-thread.c \
+ android/camera/camera-capture-linux.c
else
CORE_MISC_SOURCES += usb-dummy-android.c
endif
ifeq ($(HOST_OS),windows)
- CORE_MISC_SOURCES += tap-win32.c
+ CORE_MISC_SOURCES += tap-win32.c \
+ android/camera/camera-capture-windows.c
+
else
CORE_MISC_SOURCES += posix-aio-compat.c
endif