From c69902c5fc97aab5a1969ea8faa495759cc70d05 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Mon, 25 Sep 2006 16:40:38 +0000 Subject: [PATCH] initial attempt to build platform target pxe_ia32 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18926 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/pxe_ia32/Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/system/boot/platform/pxe_ia32/Jamfile b/src/system/boot/platform/pxe_ia32/Jamfile index f75e3e1b97..77d1b0ca73 100644 --- a/src/system/boot/platform/pxe_ia32/Jamfile +++ b/src/system/boot/platform/pxe_ia32/Jamfile @@ -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) ;