diff options
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 8731e6cecd7..709b8e5622a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -4,9 +4,7 @@ # the kernel for the build process. # --------------------------------------------------------------------------- -hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c - -always := $(hostprogs-y) +hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c # Let clean descend into subdirs subdir- += basic kconfig dtc |
