diff options
| author | ShengYi Hung <aokblast@FreeBSD.org> | 2025-08-21 08:27:06 +0000 |
|---|---|---|
| committer | ShengYi Hung <aokblast@FreeBSD.org> | 2025-08-23 04:58:40 +0000 |
| commit | 8a847947153e60d812852e5c02de93997b2d3038 (patch) | |
| tree | 600b3fa7040953228db02119b490c3a763e4d5b3 /sys/modules/etherswitch | |
| parent | 1685192ea1faac28f2d4feede53e70b6a380500f (diff) | |
Diffstat (limited to 'sys/modules/etherswitch')
| -rw-r--r-- | sys/modules/etherswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/etherswitch/Makefile b/sys/modules/etherswitch/Makefile index 087231545cd4..0b16a19e5117 100644 --- a/sys/modules/etherswitch/Makefile +++ b/sys/modules/etherswitch/Makefile @@ -3,7 +3,7 @@ KMOD = etherswitch SRCS= etherswitch.c -SRCS+= mdio_if.h miibus_if.h etherswitch_if.h etherswitch_if.c +SRCS+= bus_if.h device_if.h mdio_if.h miibus_if.h etherswitch_if.h etherswitch_if.c CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch .include <bsd.kmod.mk> |
