Don't include the isa bus_manager when compiling on PPC.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4957 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-07 21:51:48 +00:00
parent 8fd45ead7a
commit 33dc59abd3

View File

@ -6,5 +6,7 @@ KernelStaticLibrary libbus :
-fno-pic -D_KERNEL_MODE
;
SubInclude OBOS_TOP src kernel core addons bus_managers isa ;
if $(OBOS_ARCH) = x86 {
SubInclude OBOS_TOP src kernel core addons bus_managers isa ;
}
# SubInclude OBOS_TOP src kernel core addons bus_managers pci ;