]> Git Repo - u-boot.git/commit - scripts/Makefile.lib
scripts/Makefile.lib: Only apply u-boot.dtsi files in the target directory
authorTom Rini <[email protected]>
Wed, 24 May 2017 15:04:03 +0000 (11:04 -0400)
committerTom Rini <[email protected]>
Mon, 5 Jun 2017 18:13:10 +0000 (14:13 -0400)
commit0f7faf03bf207ea0bcf91692be76a7103ddd4e2c
treee7a095f85cf5e368c4ed79aedbf63ed8aa083281
parent7a53a1a8115beb53b47a758c1a6e527420d8a43e
scripts/Makefile.lib: Only apply u-boot.dtsi files in the target directory

We only want to apply files such as 'omap5-u-boot.dtsi', which resides
in arch/arm/dts/ to other files in arch/arm/dts/ and not say
test/overlay/.  Rework the make logic to check for -u-boot.dtsi files in
the same directory as their target dts.

Cc: Simon Glass <[email protected]>
Reported-by: Pantelis Antoniou <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Tested-by: Pantelis Antoniou <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
scripts/Makefile.lib
This page took 0.03615 seconds and 4 git commands to generate.