xref: /haiku/src/tools/fixup_tos_boot_checksum/Jamfile (revision a1163de83ea633463a79de234b8742ee106531b2)
1SubDir HAIKU_TOP src tools fixup_tos_boot_checksum ;
2
3# avoid #includeing other stuff in the source
4#SubDirCcFlags -Dbfd_byte=char -DSYMNMLEN=8 ;
5
6BuildPlatformMain <build>fixup_tos_boot_checksum
7	: fixup_tos_boot_checksum.c
8	:
9;
10