mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Add pci_if.h to SRCS so that dcphy will build.
This commit is contained in:
parent
70d192fd9b
commit
7bfe8450be
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../dev/mii
|
||||
KMOD = miibus
|
||||
SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h
|
||||
SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h
|
||||
SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c
|
||||
SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
|
||||
CFLAGS += ${DEBUG_FLAGS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue