]> Git Repo - linux.git/commitdiff
scripts/dtc: Add missing fdtoverlay to gitignore
authorRob Herring <[email protected]>
Tue, 23 Feb 2021 21:12:52 +0000 (15:12 -0600)
committerLinus Torvalds <[email protected]>
Tue, 23 Feb 2021 22:48:40 +0000 (14:48 -0800)
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 <[email protected]>
Cc: Viresh Kumar <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
scripts/dtc/.gitignore
scripts/dtc/Makefile

index b814e6076bdb94fc4c0b83962fd5c2495cfa44ca..8a8b62bf3d3c880a6073fd6ffd4850ed95af2382 100644 (file)
@@ -1,2 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 dtc
+fdtoverlay
index c8c21e0f253178b30213084da1863d5449a5393f..95aaf7431bffab05da5ee186ef3b6461dba21fd1 100644 (file)
@@ -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
 
This page took 0.058201 seconds and 4 git commands to generate.