Index: stable/12/sys/modules/i2c/ads111x/Makefile =================================================================== --- stable/12/sys/modules/i2c/ads111x/Makefile (revision 356016) +++ stable/12/sys/modules/i2c/ads111x/Makefile (revision 356017) @@ -1,15 +1,18 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/iicbus KMOD= ads111x SRCS= ads111x.c SRCS+= \ bus_if.h \ device_if.h \ iicbus_if.h \ - ofw_bus_if.h \ opt_platform.h \ + +.if !empty(OPT_FDT) +SRCS+= ofw_bus_if.h +.endif .include Index: stable/12 =================================================================== --- stable/12 (revision 356016) +++ stable/12 (revision 356017) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r355411,355547,355738