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