aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/i2c/controllers
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-07-24 21:26:17 +0000
committerEd Maste <emaste@FreeBSD.org>2019-07-24 21:26:17 +0000
commit5e3ccbd9ac419ac28a564b9c19e26ce9f5d3c5f3 (patch)
tree71297e06d276585a2c105a0fa87927a24d71db5b /sys/modules/i2c/controllers
parent55ce8dc00f92195907f6bea8034555f6d64e3e22 (diff)
Notes
Diffstat (limited to 'sys/modules/i2c/controllers')
-rw-r--r--sys/modules/i2c/controllers/ichiic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/i2c/controllers/ichiic/Makefile b/sys/modules/i2c/controllers/ichiic/Makefile
index a7bbcf133892e..ab8c2a9ca23d1 100644
--- a/sys/modules/i2c/controllers/ichiic/Makefile
+++ b/sys/modules/i2c/controllers/ichiic/Makefile
@@ -6,7 +6,8 @@ SRCS = acpi_if.h device_if.h bus_if.h iicbus_if.h pci_if.h \
smbus_if.h ${ig4_acpi} ig4_iic.c ig4_pci.c ig4_reg.h \
ig4_var.h opt_acpi.h
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
+ ${MACHINE_CPUARCH} == "i386"
ig4_acpi= ig4_acpi.c
.endif