diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-01-24 22:04:16 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-01-24 22:04:16 +0000 |
| commit | 09ac34375943c4650d1809a68c38a98b554f3653 (patch) | |
| tree | f6a87c06ecfe27c8d3ce99fc62594f80c7ce10dd /sys/modules/uart/Makefile | |
| parent | 88df3117b32dab073605f0594dea0aa0591f495f (diff) | |
Notes
Diffstat (limited to 'sys/modules/uart/Makefile')
| -rw-r--r-- | sys/modules/uart/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 5e1a338372b4..92a9835473ef 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -6,10 +6,6 @@ uart_bus_ebus= uart_bus_ebus.c .endif -.if ${MACHINE_CPUARCH} == "arm" -uart_dev_lpc= uart_dev_lpc.c -.endif - .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "riscv" || \ ${MACHINE_CPUARCH} == "sparc64" @@ -33,7 +29,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_lpc} ${uart_dev_mvebu} uart_dev_ns8250.c uart_dev_quicc.c \ + ${uart_dev_mvebu} 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 |
