mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
ad46ad2d85
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
|