mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-12 09:32:12 +00:00
scripts/dtc: Add missing fdtoverlay to gitignore
Commit 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool") enabled
building fdtoverlay, but failed to add it to .gitignore.
Also add a note to keep hostprogs in sync with .gitignore.
Fixes: 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool")
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
f6e1e1d1e1
commit
c3476d2f2b
1
scripts/dtc/.gitignore
vendored
1
scripts/dtc/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
dtc
|
||||
fdtoverlay
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# scripts/dtc makefile
|
||||
|
||||
# *** Also keep .gitignore in sync when changing ***
|
||||
hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay
|
||||
hostprogs-always-$(CHECK_DT_BINDING) += dtc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user