freebsd-src/sys/modules/e6000sw/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

10 lines
189 B
Makefile

.PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
KMOD= e6000sw
SRCS= e6000sw.c
SRCS+= bus_if.h etherswitch_if.h mdio_if.h miibus_if.h ofw_bus_if.h opt_platform.h
.include <bsd.kmod.mk>