[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,12 @@
#ifndef CONFIG_DEFAULTS_LINUX_H
#define CONFIG_DEFAULTS_LINUX_H
/** @file
*
* Configuration defaults for linux
*
*/
#define IMAGE_SCRIPT
#endif /* CONFIG_DEFAULTS_LINUX_H */