aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile
diff options
context:
space:
mode:
authorPiotr Jaroszyński <p.jaroszynski@gmail.com>2010-04-08 01:25:38 +0200
committerMichael Brown <mcb30@ipxe.org>2010-08-19 12:25:06 +0100
commite84db1121b206736eb2958322abd0830b068132d (patch)
tree53254f2f9e10ac4531fb0bb4cbe271f9079cc3be /src/arch/x86/Makefile
parent1822b1deb939c28d8ca8078d16c4ab33e8edec90 (diff)
downloadipxe-e84db1121b206736eb2958322abd0830b068132d.tar.gz
[linux] Add linux platform skeleton
Add makefiles, ld scripts and default config for linux platform for both i386 and x86_64. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/Makefile')
-rw-r--r--src/arch/x86/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile
index f5f67ac78..e5b651732 100644
--- a/src/arch/x86/Makefile
+++ b/src/arch/x86/Makefile
@@ -5,5 +5,8 @@ INCDIRS += arch/x86/include
# x86-specific directories containing source files
#
SRCDIRS += arch/x86/core
-SRCDIRS += arch/x86/interface/efi
-SRCDIRS += arch/x86/prefix
+SRCDIRS += arch/x86/interface/efi
+SRCDIRS += arch/x86/prefix
+
+# breaks building some of the linux-related objects
+CFLAGS += -Ulinux