Rename C file; add to the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30468 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-04-27 18:49:42 +00:00
parent 5b47f71ccb
commit f5be3a125f
3 changed files with 10 additions and 0 deletions

View File

@ -108,6 +108,7 @@ SubInclude HAIKU_TOP src tools copy_to_bfs_image ;
SubInclude HAIKU_TOP src tools cppunit ;
SubInclude HAIKU_TOP src tools docbook ;
SubInclude HAIKU_TOP src tools elfsymbolpatcher ;
SubInclude HAIKU_TOP src tools fixup_tos_boot_checksum ;
SubInclude HAIKU_TOP src tools fs_shell ;
SubInclude HAIKU_TOP src tools gensyscalls ;
SubInclude HAIKU_TOP src tools hack_coff ;

View File

@ -0,0 +1,9 @@
SubDir HAIKU_TOP src tools fixup_tos_boot_checksum ;
# avoid #includeing other stuff in the source
#SubDirCcFlags -Dbfd_byte=char -DSYMNMLEN=8 ;
BuildPlatformMain <build>fixup_tos_boot_checksum
: fixup_tos_boot_checksum.c
:
;