From b0579963ad0234c8a3477f320af165fc073f25cc Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 23 May 2010 20:08:41 +0000 Subject: Correct the path to the MD source so r206569 actually works as intended. --- sys/modules/uart/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 06b3c9b..862930d 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -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 \ -- cgit v1.1