Deleted Added
full compact
Makefile (247891) Makefile (248411)
1# $FreeBSD: head/sys/modules/uart/Makefile 247891 2013-03-06 11:44:19Z uqs $
1# $FreeBSD: head/sys/modules/uart/Makefile 248411 2013-03-17 06:33:49Z andrew $
2
3.PATH: ${.CURDIR}/../../dev/uart
4
5.if ${MACHINE_CPUARCH} == "sparc64"
6uart_bus_ebus= uart_bus_ebus.c
2
3.PATH: ${.CURDIR}/../../dev/uart
4
5.if ${MACHINE_CPUARCH} == "sparc64"
6uart_bus_ebus= uart_bus_ebus.c
7.endif
8
9.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "sparc64"
7ofw_bus_if= ofw_bus_if.h
8.endif
9
10.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
11_uart_cpu=uart_cpu_x86.c
12.else
13_uart_cpu=uart_cpu_${MACHINE}.c
14.endif

--- 21 unchanged lines hidden ---
10ofw_bus_if= ofw_bus_if.h
11.endif
12
13.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
14_uart_cpu=uart_cpu_x86.c
15.else
16_uart_cpu=uart_cpu_${MACHINE}.c
17.endif

--- 21 unchanged lines hidden ---