1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00
freebsd/sys/modules/glxiic/Makefile
Henrik Brix Andersen 149d1c897e Add I2C bus driver for the AMD Geode LX series CS5536 Companion
Device.

Reviewed by:    jhb (newbus bits only), adrian
2011-05-15 14:01:23 +00:00

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>