X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2FMakefile;h=e7b353f77f43e1d8b572826f3c1d619abd41f17b;hb=32dfc12b703faf9e6ab1e544a05ec5dba7d45449;hp=242e3a06fc4ce5752c4ac67ca81c63ff6d37c635;hpb=3e11350255d9c5d4bd03c2a65769da84c05d3294;p=platform%2Fkernel%2Fu-boot.git diff --git a/scripts/Makefile b/scripts/Makefile index 242e3a0..e7b353f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,16 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0 ### # scripts contains sources for various helper programs used throughout # the kernel for the build process. # --------------------------------------------------------------------------- -# docproc: Used in Documentation/DocBook -# The following hostprogs-y programs are only build on demand -hostprogs-y += docproc +hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c -# These targets are used internally to avoid "is up to date" messages -PHONY += build_docproc -build_docproc: scripts/docproc - @: +always := $(hostprogs-y) # Let clean descend into subdirs -subdir- += basic +subdir- += basic kconfig +subdir-$(CONFIG_DTC) += dtc