2003-09-06 19:23:26 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/uart
|
|
|
|
|
|
2003-09-16 23:00:08 -04:00
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
|
|
|
uart_bus_ebus= uart_bus_ebus.c
|
|
|
|
|
.endif
|
|
|
|
|
|
2003-09-06 19:23:26 -04:00
|
|
|
KMOD= uart
|
2003-09-16 23:00:08 -04:00
|
|
|
SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
|
2003-09-15 00:53:11 -04:00
|
|
|
uart_bus_pci.c uart_bus_puc.c uart_core.c uart_cpu_${MACHINE}.c \
|
2003-09-14 12:21:06 -04:00
|
|
|
uart_dev_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c \
|
2004-03-20 17:41:52 -05:00
|
|
|
uart_dev_z8530.c uart_if.c uart_subr.c uart_tty.c
|
2003-09-14 12:21:06 -04:00
|
|
|
SRCS+= bus_if.h device_if.h isa_if.h pci_if.h uart_if.h power_if.h card_if.h
|
2003-09-06 19:23:26 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|