mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

With the two platforms depending on this shared code, and no others, we can remove the orphaned code and Kconfigs Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230224204959.17425-4-paul.gortmaker@windriver.com
8 lines
181 B
Makefile
8 lines
181 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the PowerPC 82xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_CPM2) += pq2.o
|
|
obj-$(CONFIG_EP8248E) += ep8248e.o
|
|
obj-$(CONFIG_MGCOGE) += km82xx.o
|