diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2013-04-19 05:46:16 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2013-04-19 05:46:16 +0000 |
| commit | 6ba2699056ebf3ba3f2cfe0433a3d891567ee12a (patch) | |
| tree | 0913067cd2160993c70c901859dc3ffa9e5c4e6b /sys/modules/uart | |
| parent | eb012e1c4c7dbbe2bf7fe03d64d02e94abd750be (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 06b005b9765a..b295b5fc810a 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 |
