mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
serial: cpm_uart: Remove cpm_uart/ subdirectory
cpm_uart/ subdirectory only has cpm_uart_core.c and cpm_uart.h now. Move them up and remove cpm_uart/ directory while renaming cpm_uart_core.c as cpm_uart.c Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Link: https://lore.kernel.org/r/9b8b8f89fc386480030f5339abe307541ae436a6.1691068700.git.christophe.leroy@csgroup.eu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8d1bd031ba
commit
dbae4258d1
@ -41,7 +41,7 @@ obj-$(CONFIG_SERIAL_HS_LPC32XX) += lpc32xx_hs.o
|
|||||||
obj-$(CONFIG_SERIAL_DZ) += dz.o
|
obj-$(CONFIG_SERIAL_DZ) += dz.o
|
||||||
obj-$(CONFIG_SERIAL_ZS) += zs.o
|
obj-$(CONFIG_SERIAL_ZS) += zs.o
|
||||||
obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o
|
obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o
|
||||||
obj-$(CONFIG_SERIAL_CPM) += cpm_uart/
|
obj-$(CONFIG_SERIAL_CPM) += cpm_uart.o
|
||||||
obj-$(CONFIG_SERIAL_IMX) += imx.o
|
obj-$(CONFIG_SERIAL_IMX) += imx.o
|
||||||
obj-$(CONFIG_SERIAL_IMX_EARLYCON) += imx_earlycon.o
|
obj-$(CONFIG_SERIAL_IMX_EARLYCON) += imx_earlycon.o
|
||||||
obj-$(CONFIG_SERIAL_MPC52xx) += mpc52xx_uart.o
|
obj-$(CONFIG_SERIAL_MPC52xx) += mpc52xx_uart.o
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
|
||||||
#
|
|
||||||
# Makefile for the Motorola 8xx FEC ethernet controller
|
|
||||||
#
|
|
||||||
|
|
||||||
obj-$(CONFIG_SERIAL_CPM) += cpm_uart_core.o
|
|
Loading…
Reference in New Issue
Block a user