repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
system
/
kernel
/
platform
/
atari_m68k
/
Jamfile
blob
34e8d8a29b5f20b8f9e0375e11cd4b34341c7e1c
1
SubDir HAIKU_TOP src system kernel platform atari_m68k ;
2
3
SubDirCcFlags $(TARGET_KERNEL_PIC_CCFLAGS) ;
4
SubDirC++Flags $(TARGET_KERNEL_PIC_CCFLAGS) ;
5
6
KernelMergeObject kernel_platform_atari_m68k.o :
7
platform.cpp
8
;