Correct the path to the MD source so r206569 actually works as intended.

This commit is contained in:
Marius Strobl 2010-05-23 20:08:41 +00:00
parent c42c0167fe
commit de2ebd2e0d

View File

@ -16,7 +16,7 @@ SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
uart_if.c uart_if.h uart_subr.c uart_tty.c
.if ${MACHINE} == "sun4v"
SRCS+= uart_cpu_sparc64.c
.elif exists(${CURDIR}/uart_cpu_${MACHINE}.c)
.elif 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 \