Deleted Added
full compact
Makefile (289710) Makefile (291450)
1# $FreeBSD: head/sys/modules/uart/Makefile 289710 2015-10-21 18:30:42Z emaste $
1# $FreeBSD: head/sys/modules/uart/Makefile 291450 2015-11-29 12:23:08Z uqs $
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"

--- 19 unchanged lines hidden (view full) ---

29 uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \
30 uart_core.c ${uart_cpu_machine} uart_dbg.c \
31 ${uart_dev_lpc} uart_dev_ns8250.c uart_dev_quicc.c uart_dev_sab82532.c \
32 uart_dev_z8530.c \
33 uart_if.c uart_if.h uart_subr.c uart_tty.c
34
35SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
36 power_if.h pccarddevs.h serdev_if.h
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"

--- 19 unchanged lines hidden (view full) ---

29 uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \
30 uart_core.c ${uart_cpu_machine} uart_dbg.c \
31 ${uart_dev_lpc} uart_dev_ns8250.c uart_dev_quicc.c uart_dev_sab82532.c \
32 uart_dev_z8530.c \
33 uart_if.c uart_if.h uart_subr.c uart_tty.c
34
35SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
36 power_if.h pccarddevs.h serdev_if.h
37SRCS+= opt_platform.h
37SRCS+= opt_platform.h opt_uart.h
38
39.include <bsd.kmod.mk>
38
39.include <bsd.kmod.mk>