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:
parent
8fd45ead7a
commit
33dc59abd3
@ -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 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user