mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
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>
7 lines
141 B
Makefile
7 lines
141 B
Makefile
LDSCRIPT = arch/i386/scripts/linux.lds
|
|
|
|
SRCDIRS += arch/i386/core/linux
|
|
|
|
MAKEDEPS += arch/x86/Makefile.linux
|
|
include arch/x86/Makefile.linux
|