kbuild: move asm-offsets.h rule to ./Kbuild
Currently, MIPS is the only architecture that needs
include/generated/asm-offsets.h, but we have got ./Kbuild file now.

It is a good reason to move asm-offsets.h rule from arch/mips/Makefile
to ./Kbuild and add dummy asm-offsets.c for the other architectures.
asm-offsets.h would be useful for all the architectures.

This commit does not implement include/generated/bounds.h,
but if necessary, it is easy to implement it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 549f04b commit d6d28acee05db669c55b53095044c6a791127c14
@Masahiro Yamada Masahiro Yamada authored on 23 Dec 2014
Sascha Hauer committed on 8 Jan 2015
Showing 10 changed files
View
Kbuild
View
arch/arm/lib/asm-offsets.c 0 → 100644
View
arch/blackfin/lib/asm-offsets.c 0 → 100644
View
arch/efi/lib/asm-offsets.c 0 → 100644
View
arch/mips/Makefile
View
arch/nios2/lib/asm-offsets.c 0 → 100644
View
arch/openrisc/lib/asm-offsets.c 0 → 100644
View
arch/ppc/lib/asm-offsets.c 0 → 100644
View
arch/sandbox/lib/asm-offsets.c 0 → 100644
View
arch/x86/lib/asm-offsets.c 0 → 100644