summaryrefslogtreecommitdiffstats
path: root/sys/modules/uart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/uart/Makefile')
-rw-r--r--sys/modules/uart/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile
index 1a5ce44..9afb86c 100644
--- a/sys/modules/uart/Makefile
+++ b/sys/modules/uart/Makefile
@@ -14,9 +14,7 @@ SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
uart_dev_ns8250.c uart_dev_quicc.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
-.elif exists(${.CURDIR}/../../dev/uart/uart_cpu_${MACHINE}.c)
+.if exists(${.CURDIR}/../../dev/uart/uart_cpu_${MACHINE}.c)
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 \
OpenPOWER on IntegriCloud