freebsd-dev/sys/modules/e6000sw/Makefile
Hubert Mazur ee1b7811a3 e6000sw: Build the driver as a kernel module
Fix detach routine.
Driver was tested on EspressoBin.
Remove it from GENERIC, since now it can be loaded automatically.

Obtained from:		Semihalf
Reviewed by:		manu
Differential revision:	https://reviews.freebsd.org/D31580
2021-09-13 11:42:16 +02:00

11 lines
186 B
Makefile

# $FreeBSD$
.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
.include <bsd.kmod.mk>