1 2.PATH: ${SRCTOP}/sys/dev/iicbus/rtc 3KMOD = ds1672 4SRCS = ds1672.c 5 6# Generated files... 7SRCS+= \ 8 bus_if.h \ 9 clock_if.h \ 10 device_if.h \ 11 iicbus_if.h \ 12 opt_platform.h \ 13 14.if !empty(OPT_FDT) 15SRCS+= ofw_bus_if.h 16.endif 17 18.include <bsd.kmod.mk> 19