fix the build for the stage 2 pxe

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18939 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-09-25 22:35:35 +00:00
parent 9e418a490b
commit dc0bf743e1
1 changed files with 9 additions and 2 deletions

View File

@ -14,8 +14,7 @@ UsePrivateHeaders [ FDirName storage ] ;
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
}
KernelMergeObject boot_platform_pxe_ia32.o :
pxe_stage2.S
local bios_ia32_src =
start.c
debug.c
bios.S
@ -31,12 +30,20 @@ KernelMergeObject boot_platform_pxe_ia32.o :
support.S
video.cpp
apm.cpp
;
KernelMergeObject boot_platform_pxe_ia32.o :
pxe_stage2.S
$(bios_ia32_src)
# generic
text_menu.cpp
: -fno-pic
;
SEARCH on [ FGristFiles $(bios_ia32_src) ]
= [ FDirName $(SUBDIR) $(DOTDOT) bios_ia32 ] ;
SEARCH on [ FGristFiles text_menu.cpp ]
= [ FDirName $(HAIKU_TOP) src system boot platform generic ] ;