aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 07940bb..e1c4e28 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -176,6 +176,18 @@ LOCAL_SRC_FILES += \
target-i386/translate.c \
target-i386/machine.c \
+ifeq ($(HOST_OS),darwin)
+LOCAL_SRC_FILES += \
+ target-i386/hax-all.c \
+ target-i386/hax-darwin.c
+endif
+
+ifeq ($(HOST_OS),windows)
+LOCAL_SRC_FILES += \
+ target-i386/hax-all.c \
+ target-i386/hax-windows.c
+endif
+
LOCAL_SRC_FILES += fpu/softfloat-native.c
endif