mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add pci/agp_if.m to the MFILES list so that we can auto depend on agp_if.h
This commit is contained in:
parent
003223c276
commit
ed277dc979
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ MFILES?= kern/bus_if.m kern/device_if.m dev/iicbus/iicbb_if.m \
|
|||
dev/pccard/card_if.m dev/pccard/power_if.m dev/pci/pci_if.m \
|
||||
dev/pci/pcib_if.m dev/ppbus/ppbus_if.m dev/smbus/smbus_if.m \
|
||||
dev/usb/usb_if.m dev/sound/pcm/ac97_if.m dev/sound/pcm/channel_if.m \
|
||||
dev/sound/pcm/feeder_if.m dev/sound/pcm/mixer_if.m
|
||||
dev/sound/pcm/feeder_if.m dev/sound/pcm/mixer_if.m pci/agp_if.m
|
||||
|
||||
.for _srcsrc in ${MFILES}
|
||||
.for _ext in c h
|
||||
|
|
|
|||
Loading…
Reference in a new issue