[bus][pci] add a virtual module that references all the pci drivers
Not sure if this is the right way to go forward, but it at least keeps from having to copy/paste the same module list in a few different places.
This commit is contained in:
5
dev/bus/pci/drivers/rules.mk
Normal file
5
dev/bus/pci/drivers/rules.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
# Fake module that just declares deps on all the PCI drivers in the system.
|
||||
#
|
||||
MODULES += dev/bus/pci
|
||||
|
||||
MODULES += dev/net/e1000
|
||||
Reference in New Issue
Block a user