diff --git a/src/add-ons/kernel/bus_managers/pci/Jamfile b/src/add-ons/kernel/bus_managers/pci/Jamfile index e4e298e5fa..429573da30 100644 --- a/src/add-ons/kernel/bus_managers/pci/Jamfile +++ b/src/add-ons/kernel/bus_managers/pci/Jamfile @@ -16,8 +16,9 @@ SEARCH on [ FGristFiles kernel_cpp.cpp ] = [ FDirName $(HAIKU_TOP) src system kernel util ] ; -# pci_info.cpp currently needs pcihdr.h so we make its path available +# pci_info.cpp currently needs pcihdr.h so we make its path available and adds dependency ObjectHdrs [ FGristFiles pci_info$(SUFOBJ) ] - : [ FDirName $(HAIKU_TOP) src preferences devices ] ; + : [ FDirName $(TARGET_COMMON_DEBUG_OBJECT_DIR) preferences devices ] ; +Includes [ FGristFiles pci_info.cpp ] : pcihdr.h ; SubInclude HAIKU_TOP src add-ons kernel bus_managers pci arch $(TARGET_ARCH) ;