18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the Motorola 8xx FEC ethernet controller 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_SERIAL_CPM) += cpm_uart.o 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci# Select the correct platform objects. 98c2ecf20Sopenharmony_cicpm_uart-objs-$(CONFIG_CPM2) += cpm_uart_cpm2.o 108c2ecf20Sopenharmony_cicpm_uart-objs-$(CONFIG_CPM1) += cpm_uart_cpm1.o 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_cicpm_uart-objs := cpm_uart_core.o $(cpm_uart-objs-y) 13