]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Makefile
Convert CONFIG_USB_MUSB_HCD et al to Kconfig
[people/ms/u-boot.git] / scripts / Makefile
index efe25bfc6e2c57dbeeb1396e9a60b7d79bb8b3fd..9d55241463d4542f7b791641f7670a3e6666948b 100644 (file)
@@ -3,6 +3,13 @@
 # the kernel for the build process.
 # ---------------------------------------------------------------------------
 # docproc:       Used in Documentation/DocBook
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
+
+hostprogs-$(CONFIG_BUILD_BIN2C)                += bin2c
+
+always         := $(hostprogs-y)
 
 # The following hostprogs-y programs are only build on demand
 hostprogs-y += docproc
@@ -14,3 +21,4 @@ build_docproc: $(obj)/docproc
 
 # Let clean descend into subdirs
 subdir-        += basic kconfig
+subdir-$(CONFIG_DTC)   += dtc