aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Pitre <[email protected]>2008-10-23 18:35:09 +0000
committerRussell King <[email protected]>2008-10-23 18:58:19 +0000
commitfd55cd3d3a8e57b6fac5966a23aca3cf6035b34c (patch)
treef5e36e6af9cd1084dcb5e7f579a94d746a8209a9
parent[ARM] 5320/1: fix assembly constraints in implementation of do_div() (diff)
downloadkernel-fd55cd3d3a8e57b6fac5966a23aca3cf6035b34c.tar.gz
kernel-fd55cd3d3a8e57b6fac5966a23aca3cf6035b34c.zip
[ARM] 5321/1: Kirkwood: fix typo in Makefile
Signed-off-by: Nicolas Pitre <[email protected]> Signed-off-by: Russell King <[email protected]>
-rw-r--r--arch/arm/mach-kirkwood/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile
index e14bf40bfb07..b96c55dad343 100644
--- a/arch/arm/mach-kirkwood/Makefile
+++ b/arch/arm/mach-kirkwood/Makefile
@@ -2,4 +2,4 @@ obj-y += common.o addr-map.o irq.o pcie.o
obj-$(CONFIG_MACH_DB88F6281_BP) += db88f6281-bp-setup.o
obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6192-nas-setup.o
-obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6281-setup.o
+obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o