]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/powerpc/platforms/52xx/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / platforms / 52xx / Makefile
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 ifeq ($(CONFIG_PPC_LITE5200),y)
15 obj-$(CONFIG_PM) += lite5200_sleep.o lite5200_pm.o
16 endif
17
18 obj-$(CONFIG_PPC_MPC5200_LPBFIFO) += mpc52xx_lpbfifo.o