aboutsummaryrefslogtreecommitdiff
path: root/arch/frv
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2009-04-19 22:35:10 +0200
committerMichal Marek <mmarek@suse.cz>2009-12-12 13:08:14 +0100
commit559df2e0210352f83926d178c40c51142292a18c (patch)
treef63a3466f23a243b1335b42ec5423144beddaba7 /arch/frv
parent01fc0ac198eabcbf460e1ed058860a935b6c2c9a (diff)
kbuild: move asm-offsets.h to include/generated
The simplest method was to add an extra asm-offsets.h file in arch/$ARCH/include/asm that references the generated file. We can now migrate the architectures one-by-one to reference the generated file direct - and when done we can delete the temporary arch/$ARCH/include/asm/asm-offsets.h file. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/include/asm/asm-offsets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/include/asm/asm-offsets.h b/arch/frv/include/asm/asm-offsets.h
new file mode 100644
index 00000000000..d370ee36a18
--- /dev/null
+++ b/arch/frv/include/asm/asm-offsets.h
@@ -0,0 +1 @@
+#include <generated/asm-offsets.h>