diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-10-21 18:30:42 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-10-21 18:30:42 +0000 |
| commit | 41a95585a838f29168e83d2891f44728d5b77e71 (patch) | |
| tree | 3db465e1c3d748a1be2c8fd415c421c407024cec /sys/modules/i2c | |
| parent | 2fca9311fc3be1912fd7e20fe1b44da7fd190207 (diff) | |
Notes
Diffstat (limited to 'sys/modules/i2c')
| -rw-r--r-- | sys/modules/i2c/iicbb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/i2c/iicbb/Makefile b/sys/modules/i2c/iicbb/Makefile index bd4e506fd737..d192e68e44b6 100644 --- a/sys/modules/i2c/iicbb/Makefile +++ b/sys/modules/i2c/iicbb/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/iicbus -.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "powerpc" +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ + ${MACHINE_CPUARCH} == "powerpc" ofw_bus_if= ofw_bus_if.h .endif KMOD = iicbb |
