[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>
This commit is contained in:
Piotr Jaroszyński
2010-04-08 01:25:38 +02:00
committed by Michael Brown
parent 1822b1deb9
commit e84db1121b
7 changed files with 239 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
LDSCRIPT = arch/i386/scripts/linux.lds
SRCDIRS += arch/i386/core/linux
MAKEDEPS += arch/x86/Makefile.linux
include arch/x86/Makefile.linux