summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-11-22 21:24:07 +0000
committermarcel <marcel@FreeBSD.org>2008-11-22 21:24:07 +0000
commit91fad007ba5a606421623ca99c44924f0bc7d7cb (patch)
treef57a7f390744c96321506073ec09c747df64d0e2 /sys/modules
parent85838645d52c37ad617e87f199115252e9c24c50 (diff)
downloadFreeBSD-src-91fad007ba5a606421623ca99c44924f0bc7d7cb.zip
FreeBSD-src-91fad007ba5a606421623ca99c44924f0bc7d7cb.tar.gz
Include the QUICC backend in the kernel module.
PR: 127120
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/uart/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile
index b9b6c36..d47e2ab 100644
--- a/sys/modules/uart/Makefile
+++ b/sys/modules/uart/Makefile
@@ -11,7 +11,8 @@ 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_bus_scc.c \
uart_core.c uart_dbg.c \
- uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \
+ uart_dev_ns8250.c uart_dev_quicc.c uart_dev_sab82532.c \
+ uart_dev_z8530.c \
uart_if.c uart_if.h uart_subr.c uart_tty.c
.if ${MACHINE} == "sun4v"
SRCS+= uart_cpu_sparc64.c
OpenPOWER on IntegriCloud