mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +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
@@ -5,5 +5,8 @@ INCDIRS += arch/x86/include
|
||||
# x86-specific directories containing source files
|
||||
#
|
||||
SRCDIRS += arch/x86/core
|
||||
SRCDIRS += arch/x86/interface/efi
|
||||
SRCDIRS += arch/x86/prefix
|
||||
SRCDIRS += arch/x86/interface/efi
|
||||
SRCDIRS += arch/x86/prefix
|
||||
|
||||
# breaks building some of the linux-related objects
|
||||
CFLAGS += -Ulinux
|
||||
|
||||
8
src/arch/x86/Makefile.linux
Normal file
8
src/arch/x86/Makefile.linux
Normal file
@@ -0,0 +1,8 @@
|
||||
MEDIA = linux
|
||||
|
||||
INCDIRS += arch/x86/include/linux
|
||||
SRCDIRS += arch/x86/core/linux
|
||||
|
||||
$(BIN)/%.linux : $(BIN)/%.linux.tmp
|
||||
$(QM)$(ECHO) " [FINISH] $@"
|
||||
$(Q)cp -p $< $@
|
||||
Reference in New Issue
Block a user