Add the checksum required step for atari_m68k on the boot floppy.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30471 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-04-27 20:00:28 +00:00
parent 357179de85
commit 9c08ace28c
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ if $(TARGET_ARCH) = x86 {
X86_ONLY = "" ;
} else if $(TARGET_ARCH) = ppc {
X86_ONLY = ;
} else if $(TARGET_ARCH) = m68k {
X86_ONLY = ;
}
local GPL_ONLY = ;