freebsd-dev/sys/modules/allwinner/aw_mmc/Makefile
Emmanuel Vadot cbba9a7bda arm: allwinner: aw_mmc: Make it possible to unload the module
While here, add a makefile in sys/modules/allwinner so it is built.
Also add the PNP info so devmatch will load this module automatically.

MFC after:	1 month
2020-04-16 16:00:21 +00:00

15 lines
168 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/arm/allwinner
KMOD= aw_mmc
SRCS= aw_mmc.c
SRCS+= \
bus_if.h \
clknode_if.h \
device_if.h \
ofw_bus_if.h
.include <bsd.kmod.mk>