]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: prepare for including <mach/*.h>
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 20 Feb 2015 08:04:19 +0000 (17:04 +0900)
committerTom Rini <trini@ti.com>
Sat, 21 Feb 2015 13:23:52 +0000 (08:23 -0500)
commit30ebf88f44917abf070ab899111cd2684000e204
treeec21778cb44f4003991834913b4ddc7d922f4459
parentdc7de222aa82cc962f15b5d04e1e4c6b0ab62398
ARM: prepare for including <mach/*.h>

This commit adds $(srctree)/arch/arm/$(machdirs)/include/mach to
the headers search path.

It allows us to replace "#include <asm/arch/foo.h>" with
"#include <mach/foo.h>".  As "#include <asm/arch/foo.h>" is still
supported, we can modify each file one by one.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/Makefile