kbuild: spl: Fix parallel build
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 4 May 2020 12:38:30 +0000 (14:38 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 14 May 2020 15:36:15 +0000 (11:36 -0400)
commit5d3534de605bd6fd1638b215e5dbd1f9539d7062
treeab63cc4fb62828e8dae4a0ba4ae371089525cf46
parente2b86e23cebc9dfaca2e7b7e53b10fa27d09f4e9
kbuild: spl: Fix parallel build

The dts dir must exists when running this rule.

That missing dependency broke e.g. "make -j" for the am65x targets.

Fixes: 2f57c95100f2 ("spl: dm: Make it possible for the SPL to pick its own DTB from a FIT")
CC: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
scripts/Makefile.spl