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:
parent
fdcff7d15e
commit
ecde025375
6 changed files with 332 additions and 1 deletions
|
@ -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 $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue