[RFC 1/2] Makefile: Add arch/arch/$(hdr-arch)/boot in header include path
Michal Marek
mmarek at suse.cz
Tue Feb 19 00:26:17 EST 2013
On 15.2.2013 17:25, Stephen Warren wrote:
> On 02/15/2013 01:52 AM, Hiroshi Doyu wrote:
>> This patch allows kernel source to include those DT
>> headers. For example:
>>
>> + #include <dts/tegra20-car.h>
>>
>> Signed-off-by: Hiroshi Doyu <hdoyu at nvidia.com>
>> ---
>> Makefile | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Makefile b/Makefile
>> index 0b4bf62..7f54cdb 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -364,7 +364,7 @@ LINUXINCLUDE := \
>> -I$(srctree)/arch/$(hdr-arch)/include \
>> -Iarch/$(hdr-arch)/include/generated \
>> $(if $(KBUILD_SRC), -I$(srctree)/include) \
>> - -Iinclude \
>> + -Iinclude -Iarch/$(hdr-arch)/boot \
Would it be possible to use a new directory for this? At least POWER and
x86 have several unrelated headers in their arch/*/boot that are only
meant for the bootstrap code.
Michal
More information about the devicetree-discuss
mailing list