mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
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>
This commit is contained in:
parent
5a0773698c
commit
0037c78a96
3 changed files with 3 additions and 0 deletions
1
arch/frv/kernel/asm-offsets.c
Normal file
1
arch/frv/kernel/asm-offsets.c
Normal file
|
@ -0,0 +1 @@
|
|||
/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
|
1
arch/m32r/kernel/asm-offsets.c
Normal file
1
arch/m32r/kernel/asm-offsets.c
Normal file
|
@ -0,0 +1 @@
|
|||
/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
|
1
arch/sparc64/kernel/asm-offsets.c
Normal file
1
arch/sparc64/kernel/asm-offsets.c
Normal file
|
@ -0,0 +1 @@
|
|||
/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
|
Loading…
Reference in a new issue