cbba9a7bda
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
15 lines
168 B
Makefile
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>
|