mirror of
https://github.com/ipxe/ipxe
synced 2026-01-07 20:52:03 +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
6
src/arch/x86_64/Makefile.linux
Normal file
6
src/arch/x86_64/Makefile.linux
Normal file
@@ -0,0 +1,6 @@
|
||||
LDSCRIPT = arch/x86_64/scripts/linux.lds
|
||||
|
||||
SRCDIRS += arch/x86_64/core/linux
|
||||
|
||||
MAKEDEPS += arch/x86/Makefile.linux
|
||||
include arch/x86/Makefile.linux
|
||||
Reference in New Issue
Block a user