mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
4593637b13
Replace CONFIG_P2020 with ARCH_P2020 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
14 lines
435 B
Makefile
14 lines
435 B
Makefile
#
|
|
# (C) Copyright 2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_FSL_PCI_INIT) += fsl_8xxx_pci.o
|
|
obj-$(CONFIG_ARCH_MPC8572) += fsl_8xxx_clk.o
|
|
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
|
|
obj-$(CONFIG_NAND_ACTL) += actl_nand.o
|