1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:27:35 +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

View file

@ -19,7 +19,7 @@ clean:
$(APPS) : % : %.o $(OBJS)
@echo "LD $@"
@$(LD) -o $@ $(LDFLAGS) $< -lc -lgui -ldraw -laudio -lipc -lcore
@$(LD) -o $@ $(LDFLAGS) $< -lc -lgui -ldraw -laudio -lipc -lcore -lpcidb
%.o: %.cpp
@echo "CXX $<"