Deleted Added
full compact
Makefile (330529) Makefile (331503)
1# $FreeBSD: head/sys/modules/i2c/ds1672/Makefile 330529 2018-03-06 02:30:34Z ian $
1# $FreeBSD: stable/11/sys/modules/i2c/ds1672/Makefile 330529 2018-03-06 02:30:34Z ian $
2
3.PATH: ${SRCTOP}/sys/dev/iicbus
4KMOD = ds1672
5SRCS = ds1672.c
6
7# Generated files...
8SRCS+= \
9 bus_if.h \
10 clock_if.h \
11 device_if.h \
12 iicbus_if.h \
13 opt_platform.h \
14
15.if !empty(OPT_FDT)
16SRCS+= ofw_bus_if.h
17.endif
18
19.include <bsd.kmod.mk>
2
3.PATH: ${SRCTOP}/sys/dev/iicbus
4KMOD = ds1672
5SRCS = ds1672.c
6
7# Generated files...
8SRCS+= \
9 bus_if.h \
10 clock_if.h \
11 device_if.h \
12 iicbus_if.h \
13 opt_platform.h \
14
15.if !empty(OPT_FDT)
16SRCS+= ofw_bus_if.h
17.endif
18
19.include <bsd.kmod.mk>