diff options
| author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2020-03-09 20:31:38 +0000 |
|---|---|---|
| committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2020-03-09 20:31:38 +0000 |
| commit | 9b7938dcf338e31b4440a207144799db0c309ee6 (patch) | |
| tree | 69505dee9ab2ab9fa12a8ae41034c12ce8f63e0f /sys/modules/i2c | |
| parent | ddf8c230b1f209688b5d0d17143371d38deb87ab (diff) | |
Notes
Diffstat (limited to 'sys/modules/i2c')
| -rw-r--r-- | sys/modules/i2c/iicbus/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/i2c/iicbus/Makefile b/sys/modules/i2c/iicbus/Makefile index 025557163be6..8923615ecada 100644 --- a/sys/modules/i2c/iicbus/Makefile +++ b/sys/modules/i2c/iicbus/Makefile @@ -15,6 +15,11 @@ SRCS= \ iiconf.h \ opt_platform.h \ +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ + ${MACHINE_CPUARCH} == "i386" +SRCS+= acpi_iicbus.c opt_acpi.h acpi_if.h +.endif + .if !empty(OPT_FDT) SRCS+= ofw_iicbus.c ofw_bus_if.h .endif |
