summaryrefslogtreecommitdiffstats
path: root/sys/modules/uart
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-03-30 18:39:24 +0000
committermarcel <marcel@FreeBSD.org>2006-03-30 18:39:24 +0000
commita2e65a6e4e5e8e88a76a6201f07b209b04359466 (patch)
tree3c00799e67b0cee917439ee9bb0e147098590562 /sys/modules/uart
parent11ffb007e1549b15e2bf78d86bac71a035dbfe40 (diff)
downloadFreeBSD-src-a2e65a6e4e5e8e88a76a6201f07b209b04359466.zip
FreeBSD-src-a2e65a6e4e5e8e88a76a6201f07b209b04359466.tar.gz
o Add scc(4) to the build.
o Add the scc(4) manpage to the build. o Update the uart(4) manpage to account for scc(4). o Update the uart(4) module build to include support for scc(4).
Diffstat (limited to 'sys/modules/uart')
-rw-r--r--sys/modules/uart/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile
index 88125ae..fe62e98 100644
--- a/sys/modules/uart/Makefile
+++ b/sys/modules/uart/Makefile
@@ -9,14 +9,15 @@ ofw_bus_if= ofw_bus_if.h
KMOD= uart
SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
- uart_bus_pci.c uart_bus_puc.c uart_core.c uart_cpu_${MACHINE}.c \
- uart_dbg.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \
- uart_if.c uart_subr.c uart_tty.c
+ uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \
+ uart_core.c uart_cpu_${MACHINE}.c uart_dbg.c \
+ uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \
+ uart_if.c uart_if.h uart_subr.c uart_tty.c
SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
- power_if.h uart_if.h pccarddevs.h
+ power_if.h pccarddevs.h serdev_if.h
MFILES= dev/pccard/card_if.m dev/pccard/power_if.m dev/pci/pci_if.m \
dev/ofw/ofw_bus_if.m dev/uart/uart_if.m isa/isa_if.m kern/bus_if.m \
- kern/device_if.m
+ kern/device_if.m kern/serdev_if.m
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud