1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for 52xx based boards 4 # 5 obj-y += mpc52xx_pic.o mpc52xx_common.o mpc52xx_gpt.o 6 obj-$(CONFIG_PCI) += mpc52xx_pci.o 7 8 obj-$(CONFIG_PPC_MPC5200_SIMPLE) += mpc5200_simple.o 9 obj-$(CONFIG_PPC_EFIKA) += efika.o 10 obj-$(CONFIG_PPC_LITE5200) += lite5200.o 11 obj-$(CONFIG_PPC_MEDIA5200) += media5200.o 12 13 obj-$(CONFIG_PM) += mpc52xx_sleep.o mpc52xx_pm.o 14 ifdef CONFIG_PPC_LITE5200 15 obj-$(CONFIG_PM) += lite5200_sleep.o lite5200_pm.o 16 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.