Skip to content

Commit

Permalink
[ARM] mmp: rename irq.c to irq-pxa168.c to allow other SoC IRQ chips
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Eric Miao committed Mar 1, 2010
1 parent e6dac5e commit 978da5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/mach-mmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Makefile for Marvell's PXA168 processors line
#

obj-y += common.o clock.o devices.o irq.o time.o
obj-y += common.o clock.o devices.o time.o

# SoC support
obj-$(CONFIG_CPU_PXA168) += pxa168.o
obj-$(CONFIG_CPU_PXA910) += pxa910.o
obj-$(CONFIG_CPU_PXA168) += pxa168.o irq-pxa168.o
obj-$(CONFIG_CPU_PXA910) += pxa910.o irq-pxa168.o

# board support
obj-$(CONFIG_MACH_ASPENITE) += aspenite.o
Expand Down
File renamed without changes.

0 comments on commit 978da5b

Please sign in to comment.