Przeglądaj źródła

kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h file

Needed to get them to build.
And a hint to avoid hardcoding to many constants in assembler.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Sam Ravnborg 19 lat temu
rodzic
commit
0037c78a96

+ 1 - 0
arch/frv/kernel/asm-offsets.c

@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */

+ 1 - 0
arch/m32r/kernel/asm-offsets.c

@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */

+ 1 - 0
arch/sparc64/kernel/asm-offsets.c

@@ -0,0 +1 @@
+/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */