Skip to content

Commit

Permalink
kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg committed Sep 9, 2005
1 parent 5a07736 commit 0037c78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/frv/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
1 change: 1 addition & 0 deletions arch/m32r/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */
1 change: 1 addition & 0 deletions arch/sparc64/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Dummy asm-offsets.c file. Required by kbuild and ready to be used - hint! */

0 comments on commit 0037c78

Please sign in to comment.