diff options
| author | Tom Rini <[email protected]> | 2026-01-05 15:12:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-05 15:12:02 -0600 |
| commit | c344087025a4c296468a1d5aeb61078a58baa59e (patch) | |
| tree | f5a7ba04c352b3e3cb79065096ea43480f7bda2f /scripts/Makefile | |
| parent | 127a42c7257a6ffbbd1575ed1cbaa8f5408a44b3 (diff) | |
| parent | 6cdd7597a2fbfc1572c1b0af23d3daf1cefa2de7 (diff) | |
Merge branch 'next'
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 |
