aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/Makefile.linux')
-rw-r--r--src/arch/i386/Makefile.linux10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile.linux b/src/arch/i386/Makefile.linux
index 46328c83b..fe4229e94 100644
--- a/src/arch/i386/Makefile.linux
+++ b/src/arch/i386/Makefile.linux
@@ -1,6 +1,14 @@
+# -*- makefile -*- : Force emacs to use Makefile mode
+
+# Linker script
+#
LDSCRIPT = arch/i386/scripts/linux.lds
-SRCDIRS += arch/i386/core/linux
+# Compiler flags for building host API wrapper
+#
+LINUX_CFLAGS += -m32
+# Include generic Linux Makefile
+#
MAKEDEPS += arch/x86/Makefile.linux
include arch/x86/Makefile.linux