summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2013-04-19 05:46:16 +0000
committerjhibbits <jhibbits@FreeBSD.org>2013-04-19 05:46:16 +0000
commit4a3cd971e24fa2e55dcb27f00fda182526196fdd (patch)
tree0913067cd2160993c70c901859dc3ffa9e5c4e6b /sys/modules
parent707e0500491ca3cd82f7abc444471e102fae9a6f (diff)
downloadFreeBSD-src-4a3cd971e24fa2e55dcb27f00fda182526196fdd.zip
FreeBSD-src-4a3cd971e24fa2e55dcb27f00fda182526196fdd.tar.gz
Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/uart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile
index 06b005b..b295b5f 100644
--- a/sys/modules/uart/Makefile
+++ b/sys/modules/uart/Makefile
@@ -23,7 +23,7 @@ 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_cpu_machine} uart_dbg.c \
- uart_dev_ns8250.c uart_dev_quicc.c uart_dev_sab82532.c \
+ uart_dev_lpc.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
OpenPOWER on IntegriCloud