diff options
| author | Marcin Wojtas <mw@FreeBSD.org> | 2017-09-09 11:42:32 +0000 |
|---|---|---|
| committer | Marcin Wojtas <mw@FreeBSD.org> | 2017-09-09 11:42:32 +0000 |
| commit | ac0770ddb3030420652028c82e993a9a2866aa63 (patch) | |
| tree | 4fc0b9652b02df057425cba730ffb4766ccef0c9 /sys/modules/uart | |
| parent | 840d633f12b06cbfa4e65fa7ee9583935161b530 (diff) | |
Notes
Diffstat (limited to 'sys/modules/uart')
| -rw-r--r-- | sys/modules/uart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index cfdb172d52e2..02ec3953d814 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -30,7 +30,7 @@ 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_lpc} uart_dev_ns8250.c uart_dev_quicc.c uart_dev_sab82532.c \ - uart_dev_z8530.c \ + uart_dev_z8530.c uart_dev_mvebu.c \ uart_if.c uart_if.h uart_subr.c uart_tty.c SRCS+= acpi_if.h bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} \ |
