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:
Marcus Overhagen
2006-09-25 16:40:38 +00:00
parent c6bbe85233
commit c69902c5fc
+4 -4
View File
@@ -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) ;
@@ -14,8 +14,8 @@ UsePrivateHeaders [ FDirName storage ] ;
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
}
KernelMergeObject boot_platform_bios_ia32.o :
shell.S
KernelMergeObject boot_platform_pxe_ia32.o :
pxe_stage2.S
start.c
debug.c
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
# elsewhere.
SEARCH on stage1.bin = $(SUBDIR) ;
SEARCH on pxe_stage1.bin = $(SUBDIR) ;