diff options
author | Piotr Jaroszyński | 2010-04-08 01:25:38 +0200 |
---|---|---|
committer | Michael Brown | 2010-08-19 13:25:06 +0200 |
commit | e84db1121b206736eb2958322abd0830b068132d (patch) | |
tree | 53254f2f9e10ac4531fb0bb4cbe271f9079cc3be /src/config/defaults | |
parent | [libc] Add strtoull() (diff) | |
download | ipxe-e84db1121b206736eb2958322abd0830b068132d.tar.gz ipxe-e84db1121b206736eb2958322abd0830b068132d.tar.xz ipxe-e84db1121b206736eb2958322abd0830b068132d.zip |
[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/config/defaults')
-rw-r--r-- | src/config/defaults/linux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h new file mode 100644 index 00000000..fbb2c17b --- /dev/null +++ b/src/config/defaults/linux.h @@ -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 */ |