kbuild: mips use generic asm-offsets.h support
Removed obsolete stuff from arch makefile. mips had a special rule for generating asm-offsets.h so preserved it using an architecture specific hook in top-level Kbuild file. Renamed .h file to asm-offsets.h Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
39e01cb874
commit
048eb582f3
20 changed files with 27 additions and 51 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <asm/asm.h>
|
||||
#include <asm/mipsregs.h>
|
||||
#include <asm/offset.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
|
||||
.macro SAVE_AT
|
||||
.set push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue