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) ;