Skip to content

Commit

Permalink
[ARM] mmp: fix build failure due to IRQ_PMU depends on ARCH_PXA
Browse files Browse the repository at this point in the history
PMU is not tested and enabled on MMP architecture at this moment,
the device IRQ number, IRQ_PMU depends on ARCH_PXA. Build PMU only
for ARCH_PXA.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Jonathan Cameron authored and Eric Miao committed Jun 13, 2010
1 parent 8dbed71 commit cdb4acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/plat-pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Makefile for code common across different PXA processor families
#

obj-y := dma.o pmu.o
obj-y := dma.o

obj-$(CONFIG_ARCH_PXA) += pmu.o
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
obj-$(CONFIG_PXA3xx) += mfp.o
obj-$(CONFIG_ARCH_MMP) += mfp.o
Expand Down

0 comments on commit cdb4acc

Please sign in to comment.