mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
|
|
#CFLAGS+= -DGLXIIC_DEBUG
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/glxiic
|
|
KMOD= glxiic
|
|
SRCS= glxiic.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h iicbus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|