]> git.sur5r.net Git - u-boot/blobdiff - scripts/basic/Makefile
include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
[u-boot] / scripts / basic / Makefile
index f883857b543be29ed4e306727b1a108710ef684f..092a8876d6028bd6b6ab8169b79b6782a56631bd 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 ###
 # Makefile.basic lists the most basic programs used during the build process.
 # The programs listed herein are what are needed to do the basic stuff,
@@ -7,9 +8,6 @@
 # .config is included by main Makefile.
 # ---------------------------------------------------------------------------
 # fixdep:       Used to generate dependency information during build process
-#
-# SPDX-License-Identifier:     GPL-2.0
-#
 
 hostprogs-y    := fixdep
 always         := $(hostprogs-y)