mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include the QUICC backend in the kernel module.
PR: 127120
This commit is contained in:
parent
437f63ab5f
commit
df1cb3b734
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue