1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00

Libraries: Add LibPCIDB for reading PCI device information from pci.ids

This commit is contained in:
Conrad Pankoff 2019-08-14 18:09:53 +10:00 committed by Andreas Kling
parent fdcff7d15e
commit ecde025375
6 changed files with 332 additions and 1 deletions

8
Libraries/LibPCIDB/install.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
set -e
SERENITY_ROOT=../../
mkdir -p $SERENITY_ROOT/Root/usr/include/LibPCIDB/
cp *.h $SERENITY_ROOT/Root/usr/include/LibPCIDB/
cp libpcidb.a $SERENITY_ROOT/Root/usr/lib/