mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.
This commit is contained in:
parent
eb012e1c4c
commit
6ba2699056
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249636
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user