initial attempt to build platform target pxe_ia32
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18926 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
SubDir HAIKU_TOP src system boot platform bios_ia32 ;
|
SubDir HAIKU_TOP src system boot platform pxe_ia32 ;
|
||||||
|
|
||||||
SubDirHdrs $(HAIKU_TOP) headers private kernel boot platform $(TARGET_BOOT_PLATFORM) ;
|
SubDirHdrs $(HAIKU_TOP) headers private kernel boot platform $(TARGET_BOOT_PLATFORM) ;
|
||||||
|
|
||||||
@@ -14,8 +14,8 @@ UsePrivateHeaders [ FDirName storage ] ;
|
|||||||
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
|
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
|
||||||
}
|
}
|
||||||
|
|
||||||
KernelMergeObject boot_platform_bios_ia32.o :
|
KernelMergeObject boot_platform_pxe_ia32.o :
|
||||||
shell.S
|
pxe_stage2.S
|
||||||
start.c
|
start.c
|
||||||
debug.c
|
debug.c
|
||||||
bios.S
|
bios.S
|
||||||
@@ -42,4 +42,4 @@ SEARCH on [ FGristFiles text_menu.cpp ]
|
|||||||
|
|
||||||
# Tell the build system to where stage1.bin can be found, so it can be used
|
# Tell the build system to where stage1.bin can be found, so it can be used
|
||||||
# elsewhere.
|
# elsewhere.
|
||||||
SEARCH on stage1.bin = $(SUBDIR) ;
|
SEARCH on pxe_stage1.bin = $(SUBDIR) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user