Skip to content

Commit

Permalink
kconfig silent build
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 16, 2025
1 parent 363620e commit cef682d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/host-tools/kconfig-host/kconfig-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ $($(PKG)_TARGET_PRG:%=$($(PKG)_DIR)/scripts/kconfig/%): $($(PKG)_DIR)/.unpacked
$(TOOLS_SUBMAKE) -C $(KCONFIG_HOST_DIR) \
HOST_EXTRACFLAGS="-Iscripts/include" \
HOSTPKG_CONFIG="pkgconf" \
$(subst --$(notdir $@),,$(filter %--$(notdir $@),$(KCONFIG_HOST_TARGET_ALL)))
$(subst --$(notdir $@),,$(filter %--$(notdir $@),$(KCONFIG_HOST_TARGET_ALL))) \
$(SILENT)

$(patsubst %,$($(PKG)_TARGET_DIR)/%,$($(PKG)_TARGET_PRG)): $($(PKG)_TARGET_DIR)/% : $($(PKG)_DIR)/scripts/kconfig/%
$(INSTALL_FILE)
Expand Down

0 comments on commit cef682d

Please sign in to comment.