]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: move asm-offsets.h rules to ./Kbuild
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 24 Feb 2014 02:12:11 +0000 (11:12 +0900)
committerTom Rini <trini@ti.com>
Tue, 25 Feb 2014 16:01:28 +0000 (11:01 -0500)
commit6a44d80634f7bf78182f5988ed0b93f2349a25ce
treeb42ae2d8b8a1bb10182316f5dcee461fd323b870
parent6378008a445cde64c0bd82fbab450bd9dba627b1
kbuild: move asm-offsets.h rules to ./Kbuild

Generate include/generated/generic-asm-offsets.h and
include/generated/asm-offsets.h in ./Kbuild.

This commit also changes the include guard.

Before this commit, __ASM_OFFSETS_H__ was used for both of them.
So we could not include generic-asm-offsets.h and asm-offsets.h
at the same time.

This commit renames the include guard of the former to
__GENERIC_ASM_OFFSETS_H__.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Kbuild [new file with mode: 0644]
Makefile
tools/scripts/make-asm-offsets [deleted file]