freebsd-dev/sys/modules/allwinner/aw_rsb/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
183 B
Makefile
Raw Normal View History

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