mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 23:31:44 +02:00
This is not used since this commit: ed7fe2bee12 ppc: Remove xpedite boards Drop the driver and Kconfig option. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
301 B
Makefile
10 lines
301 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-$(CONFIG_MPC86xx) += fsl_8xxx_clk.o
|
|
obj-$(CONFIG_ARCH_P2020) += fsl_8xxx_clk.o
|
|
obj-$(CONFIG_MPC85xx) += fsl_8xxx_misc.o board.o
|
|
obj-$(CONFIG_MPC86xx) += fsl_8xxx_misc.o board.o
|