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:
@@ -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 ;
|
||||
|
||||
@@ -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
|
||||
:
|
||||
;
|
||||
Reference in New Issue
Block a user