diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-12-22 22:10:20 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-12-22 22:10:20 +0000 |
| commit | e15cbf74d1084c23a9cef60795649b5824dd9fd4 (patch) | |
| tree | 10cce0d5f9ff334b3aab924fb9eabb29985e4d3f /sys/modules/uart | |
| parent | c104c2990d15c1ccc2487a1962353e50034c327c (diff) | |
Notes
Diffstat (limited to 'sys/modules/uart')
| -rw-r--r-- | sys/modules/uart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 0b878c09187d..199440ae78db 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -5,6 +5,7 @@ .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ ${MACHINE_CPUARCH} == "i386" uart_bus_acpi=uart_bus_acpi.c +uart_cpu_acpi=uart_cpu_acpi.c .endif .if ${MACHINE_CPUARCH} == "sparc64" @@ -34,7 +35,7 @@ uart_dev_mu=uart_dev_mu.c KMOD= uart SRCS= ${uart_bus_acpi} ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \ uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \ - uart_core.c ${uart_cpu_machine} uart_dbg.c \ + uart_core.c ${uart_cpu_acpi} ${uart_cpu_machine} uart_dbg.c \ ${uart_dev_mvebu} uart_dev_ns8250.c ${uart_dev_mu} \ uart_dev_quicc.c uart_dev_sab82532.c uart_dev_z8530.c \ uart_if.c uart_if.h uart_subr.c uart_tty.c |
