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/uart/Makefile | |
| parent | 2fca9311fc3be1912fd7e20fe1b44da7fd190207 (diff) | |
Notes
Diffstat (limited to 'sys/modules/uart/Makefile')
| -rw-r--r-- | sys/modules/uart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 6a93320447b6..6e4843b406be 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -10,8 +10,8 @@ uart_bus_ebus= uart_bus_ebus.c uart_dev_lpc= uart_dev_lpc.c .endif -.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "sparc64" || \ - ${MACHINE_CPUARCH} == "powerpc" +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ + ${MACHINE_CPUARCH} == "sparc64" || ${MACHINE_CPUARCH} == "powerpc" ofw_bus_if= ofw_bus_if.h .endif |
