commit | 5aed6edd1d80788ffca13c99a36f529813d91c26 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Feb 24 11:12:11 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Feb 25 11:01:28 2014 -0500 |
tree | b42ae2d8b8a1bb10182316f5dcee461fd323b870 | |
parent | 85082ac540890db54a95a69d1784ca701df47cbd [diff] |
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>