15 lines
179 B
Makefile
15 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD= icee
|
|
SRCS= icee.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
iicbus_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
|
|
.include <bsd.kmod.mk>
|