summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-22 16:07:51 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-22 16:07:51 +0200
commit05dec7d3bdc80964712b415e27fb6bc28cdd7a71 (patch)
treefae6daed9180824eaab56775c6b59b753f418896 /arch
parent12ca3c72bae11edf1b706aa81f1012424fff2ace (diff)
downloadbarebox-05dec7d3bdc80964712b415e27fb6bc28cdd7a71.tar.gz
barebox-05dec7d3bdc80964712b415e27fb6bc28cdd7a71.tar.xz
move ppc assembler templates to include/asm-ppc
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc/lib/misc.S2
-rw-r--r--arch/ppc/lib/ppcstring.S2
-rw-r--r--arch/ppc/lib/ticks.S4
-rw-r--r--arch/ppc/mach-mpc5xxx/start.S4
4 files changed, 6 insertions, 6 deletions
diff --git a/arch/ppc/lib/misc.S b/arch/ppc/lib/misc.S
index 05c5059eb0..24f901fb98 100644
--- a/arch/ppc/lib/misc.S
+++ b/arch/ppc/lib/misc.S
@@ -1,5 +1,5 @@
-#include <ppc_asm.tmpl>
+#include <asm/ppc_asm.tmpl>
#include <asm-generic/errno.h>
.globl __ashldi3
diff --git a/arch/ppc/lib/ppcstring.S b/arch/ppc/lib/ppcstring.S
index d4d6ee9b27..cce85e3252 100644
--- a/arch/ppc/lib/ppcstring.S
+++ b/arch/ppc/lib/ppcstring.S
@@ -8,7 +8,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
-#include <ppc_asm.tmpl>
+#include <asm/ppc_asm.tmpl>
#include <asm-generic/errno.h>
.globl strcpy
diff --git a/arch/ppc/lib/ticks.S b/arch/ppc/lib/ticks.S
index 2d9cc588de..5d6c4277af 100644
--- a/arch/ppc/lib/ticks.S
+++ b/arch/ppc/lib/ticks.S
@@ -23,8 +23,8 @@
* MA 02111-1307 USA
*/
-#include <ppc_asm.tmpl>
-#include <ppc_defs.h>
+#include <asm/ppc_asm.tmpl>
+#include <asm/ppc_defs.h>
#include <config.h>
#include <watchdog.h>
diff --git a/arch/ppc/mach-mpc5xxx/start.S b/arch/ppc/mach-mpc5xxx/start.S
index 75d653d501..eda85983ed 100644
--- a/arch/ppc/mach-mpc5xxx/start.S
+++ b/arch/ppc/mach-mpc5xxx/start.S
@@ -27,8 +27,8 @@
*/
#include <config.h>
-#include <ppc_asm.tmpl>
-#include <ppc_defs.h>
+#include <asm/ppc_asm.tmpl>
+#include <asm/ppc_defs.h>
#include <asm/cache.h>
#include <asm/mmu.h>