Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the Motorola 8xx FEC ethernet controller
0004 #
0005 
0006 obj-$(CONFIG_SERIAL_CPM) += cpm_uart.o
0007 
0008 # Select the correct platform objects.
0009 cpm_uart-objs-$(CONFIG_CPM2)    += cpm_uart_cpm2.o
0010 cpm_uart-objs-$(CONFIG_CPM1)    += cpm_uart_cpm1.o
0011 
0012 cpm_uart-objs   := cpm_uart_core.o $(cpm_uart-objs-y)