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.
6 lines
127 B
Makefile
6 lines
127 B
Makefile
# Fake module that just declares deps on all the PCI drivers in the system.
|
|
#
|
|
MODULES += dev/bus/pci
|
|
|
|
MODULES += dev/net/e1000
|