mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
10 lines
308 B
Makefile
10 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mii
|
|
KMOD = miibus
|
|
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
|
|
SRCS += brgphy.c xmphy.c
|
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|