Home
last modified time | relevance | path

Searched hist:"30 ebf88f44917abf070ab899111cd2684000e204" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/
H A DMakefile30ebf88f44917abf070ab899111cd2684000e204 Fri Feb 20 08:04:19 UTC 2015 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>