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
/
apple_m68k
/
Jamfile
blob
e5ebba5c48206a6aee1cf58b4852ab19a86472d1
1
SubDir HAIKU_TOP src system kernel platform apple_m68k ;
2
3
SubDirCcFlags $(TARGET_KERNEL_PIC_CCFLAGS) ;
4
SubDirC++Flags $(TARGET_KERNEL_PIC_CCFLAGS) ;
5
6
KernelMergeObject kernel_platform_apple_m68k.o :
7
platform.cpp
8
;