Dummy platforms for m68K.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22652 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-10-22 00:03:51 +00:00
parent 56b8edd4e3
commit 0e274db4b9
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,8 @@
SubDir HAIKU_TOP src system kernel platform apple_m68k ;
SubDirCcFlags $(TARGET_KERNEL_PIC_CCFLAGS) ;
SubDirC++Flags $(TARGET_KERNEL_PIC_CCFLAGS) ;
KernelMergeObject kernel_platform_apple_m68k.o :
platform.cpp
;
@@ -0,0 +1,3 @@
/*
Just a dummy. No BIOS services are required in the kernel.
*/
@@ -0,0 +1,8 @@
SubDir HAIKU_TOP src system kernel platform atari_m68k ;
SubDirCcFlags $(TARGET_KERNEL_PIC_CCFLAGS) ;
SubDirC++Flags $(TARGET_KERNEL_PIC_CCFLAGS) ;
KernelMergeObject kernel_platform_atari_m68k.o :
platform.cpp
;
@@ -0,0 +1,3 @@
/*
Just a dummy. No BIOS services are required in the kernel.
*/