9 lines
182 B
Makefile
9 lines
182 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../dev/smbus
|
||
|
KMOD = smbus
|
||
|
SRCS = device_if.h bus_if.h smbus_if.h smbus_if.c \
|
||
|
smbconf.h smbconf.c smbus.h smbus.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|