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:
parent
fdcff7d15e
commit
ecde025375
6 changed files with 332 additions and 1 deletions
8
Libraries/LibPCIDB/install.sh
Executable file
8
Libraries/LibPCIDB/install.sh
Executable 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/
|
Loading…
Add table
Add a link
Reference in a new issue