summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:15 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:15 +0200
commit19ea863d0faba4516e5c0029c50d264c48fd420e (patch)
tree53210d891256ba70f81cf70615d3c82e8894a8f6 /arch/ppc/Makefile
parentd5da0eacdb6520d05640d9522c04c477af8b3a92 (diff)
downloadbarebox-19ea863d0faba4516e5c0029c50d264c48fd420e.tar.gz
barebox-19ea863d0faba4516e5c0029c50d264c48fd420e.tar.xz
svn_rev_672
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 6ccd32450e..878caf28a6 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -45,7 +45,7 @@ BOARD :=
endif
ifneq ($(cpu-y),)
-CPU := cpu/$(cpu-y)/
+CPU := arch/ppc/mach-$(cpu-y)/
else
CPU :=
endif