Skip to content

Commit c3476d2

Browse files
robherringtorvalds
authored andcommitted
scripts/dtc: Add missing fdtoverlay to gitignore
Commit 0da6bcd ("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: 0da6bcd ("scripts: dtc: Build fdtoverlay tool") Reported-by: Linus Torvalds <[email protected]> Cc: Viresh Kumar <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent f6e1e1d commit c3476d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/dtc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
dtc
3+
fdtoverlay

scripts/dtc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
# scripts/dtc makefile
33

4+
# *** Also keep .gitignore in sync when changing ***
45
hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay
56
hostprogs-always-$(CHECK_DT_BINDING) += dtc
67

0 commit comments

Comments
 (0)