149d1c897e
Device. Reviewed by: jhb (newbus bits only), adrian
11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
#CFLAGS+= -DGLXIIC_DEBUG
|
|
|
|
.PATH: ${.CURDIR}/../../dev/glxiic
|
|
KMOD= glxiic
|
|
SRCS= glxiic.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h iicbus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|