93773b0125
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4480 a95241bf-73f2-0310-859d-f6bbb57e9c96
25 lines
532 B
Plaintext
25 lines
532 B
Plaintext
SubDir OBOS_TOP src kernel boot ;
|
|
|
|
#SetupIncludes ;
|
|
#oldccflags = $(CCFLAGS) ;
|
|
#{
|
|
# CCFLAGS = ;
|
|
# local x ;
|
|
# for x in $(CCFLAGS) {
|
|
# if $(x) != --nostdinc {
|
|
# CCFLAGS += $(x) ;
|
|
# }
|
|
# }
|
|
#}
|
|
|
|
BuildPlatformMain bootmaker : bootmaker.c ;
|
|
BuildPlatformMain bin2h : bin2h.c ;
|
|
BuildPlatformMain bin2asm : bin2asm.c ;
|
|
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 ;
|