xref: /freebsd-14.2/sys/modules/i2c/controllers/pcf/Makefile (revision 9b229abc)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2
3.PATH:		${.CURDIR}/../../../../dev/pcf
4KMOD		= pcf
5SRCS		= device_if.h bus_if.h iicbus_if.h isa_if.h \
6		  pcf.c
7
8.if ${MACHINE_ARCH} != "sparc64"
9SRCS		+= pcf_isa.c
10.endif
11
12.if ${MACHINE_ARCH} == "sparc64"
13SRCS		+= envctrl.c
14SRCS		+= pcf_ebus.c
15.endif
16
17.include <bsd.kmod.mk>
18

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026