Merge commit 'gcl/next' into next
[deliverable/linux.git] / arch / powerpc / platforms / 52xx / Makefile
1 #
2 # Makefile for 52xx based boards
3 #
4 obj-y += mpc52xx_pic.o mpc52xx_common.o mpc52xx_gpt.o
5 obj-$(CONFIG_PCI) += mpc52xx_pci.o
6
7 obj-$(CONFIG_PPC_MPC5200_SIMPLE) += mpc5200_simple.o
8 obj-$(CONFIG_PPC_EFIKA) += efika.o
9 obj-$(CONFIG_PPC_LITE5200) += lite5200.o
10 obj-$(CONFIG_PPC_MEDIA5200) += media5200.o
11
12 obj-$(CONFIG_PM) += mpc52xx_sleep.o mpc52xx_pm.o
13 ifeq ($(CONFIG_PPC_LITE5200),y)
14 obj-$(CONFIG_PM) += lite5200_sleep.o lite5200_pm.o
15 endif
16
17 obj-$(CONFIG_PPC_MPC5200_GPIO) += mpc52xx_gpio.o
This page took 0.036149 seconds and 5 git commands to generate.