Added the new 2nd stage boot loader to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-09-03 16:43:01 +00:00
parent 317de76810
commit 93773b0125

View File

@ -20,3 +20,5 @@ BuildPlatformMain makeflop : makeflop.c ;
#CCFLAGS = $(oldccflags) ;
SubInclude OBOS_TOP src kernel boot arch ;
SubInclude OBOS_TOP src kernel boot platform ;
SubInclude OBOS_TOP src kernel boot loader ;