Get pci.ids direct from the source, updates are only needed for releases.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38967 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -58,7 +58,10 @@ actions PCIHeaderGen1
|
|||||||
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
|
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
|
||||||
}
|
}
|
||||||
|
|
||||||
PCIHeaderGen [ FGristFiles pcihdr.h ] : pci.ids : pci-header.awk ;
|
local pciidsFile = [ DownloadFile pci.ids
|
||||||
|
: http://pciids.sourceforge.net/pci.ids ] ;
|
||||||
|
|
||||||
|
PCIHeaderGen [ FGristFiles pcihdr.h ] : $(pciidsFile) : pci-header.awk ;
|
||||||
|
|
||||||
Application Devices :
|
Application Devices :
|
||||||
DevicesApplication.cpp
|
DevicesApplication.cpp
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user