7 lines
153 B
Makefile
7 lines
153 B
Makefile
# Fake module that just declares deps on all the PCI drivers in the system.
|
|
#
|
|
MODULES += dev/bus/pci
|
|
|
|
MODULES += dev/block/ahci
|
|
MODULES += dev/net/e1000
|