pci_info.cpp now expects pcihdr.h to be part of the Devices preferences app.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7463 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-05-08 18:53:05 +00:00
parent 136b2d209a
commit 31db113eb8
@@ -30,4 +30,8 @@ KernelLd pci :
addons/kernel/pci
;
# pci_info.cpp currently needs pcihdr.h so we make its path available
ObjectHdrs [ FGristFiles pci_info$(SUFOBJ) ]
: [ FDirName $(OBOS_TOP) src prefs devices ] ;
SubInclude OBOS_TOP src add-ons kernel bus_managers pci arch $(OBOS_ARCH) ;