diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2019-12-13 23:22:49 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2019-12-13 23:22:49 +0000 |
| commit | 85a6a404fbb9033a410a6c823c162f9d5cc8997d (patch) | |
| tree | 19eec64c8f80be28afd7ceb6c00128f525ca0f4c /sys/modules/i2c/ads111x/Makefile | |
| parent | c0834910cabf4835c86b0a5033da2396a6731145 (diff) | |
Notes
Diffstat (limited to 'sys/modules/i2c/ads111x/Makefile')
| -rw-r--r-- | sys/modules/i2c/ads111x/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/i2c/ads111x/Makefile b/sys/modules/i2c/ads111x/Makefile index fe77a688ea44c..a340de3b2951d 100644 --- a/sys/modules/i2c/ads111x/Makefile +++ b/sys/modules/i2c/ads111x/Makefile @@ -9,7 +9,10 @@ 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 <bsd.kmod.mk> |
