* Use MakeLocateDebug as suggested by Ingo.

* Added TODO about merging AssembleNasm with AssembleYasmBin rules.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-01-08 17:28:14 +00:00
parent 1a60caf375
commit ac53d7af3c

View File

@ -30,10 +30,11 @@ DoCatalogs BootManager : x-vnd.Haiku-BootManager : $(cataloguedSources) ;
# Assemble the boot loader, and convert it into a header file
# TODO: should be merged with the AssembleNasm rule
rule AssembleYasmBin object : source
{
SEARCH on $(source) = $(SUBDIR) ;
MakeLocateArch $(object) ;
MakeLocateDebug $(object) ;
Depends $(object) : $(source) ;
}