mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
f6cd44691c
This is not used since this commit:
ed7fe2bee1
ppc: Remove xpedite boards
Drop the driver and Kconfig option.
Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
301 B
Makefile
9 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
|