mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 02:20:19 +03:00
[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:
committed by
Michael Brown
parent
1822b1deb9
commit
e84db1121b
12
src/config/defaults/linux.h
Normal file
12
src/config/defaults/linux.h
Normal 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 */
|
||||
Reference in New Issue
Block a user