diff options
| author | John Birrell <jb@FreeBSD.org> | 2006-10-16 22:11:53 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2006-10-16 22:11:53 +0000 |
| commit | 951c63bc3a028146e3b2d3bf6d4357daa36b49c9 (patch) | |
| tree | 23975fded0add833b7b4afc011e11a2924b0efb7 /sys/modules/uart/Makefile | |
| parent | 74869164265ce0d972d19e3642945506cce8c5a3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/uart/Makefile')
| -rw-r--r-- | sys/modules/uart/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index fe62e987be4c5..b9b6c366f52a9 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -10,9 +10,14 @@ ofw_bus_if= ofw_bus_if.h KMOD= uart SRCS= uart_bus_acpi.c ${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}.c uart_dbg.c \ + uart_core.c uart_dbg.c \ uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \ uart_if.c uart_if.h uart_subr.c uart_tty.c +.if ${MACHINE} == "sun4v" +SRCS+= uart_cpu_sparc64.c +.else +SRCS+= uart_cpu_${MACHINE}.c +.endif SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \ power_if.h pccarddevs.h serdev_if.h |
