kernel: bump 5.10 to 5.10.157
[openwrt/openwrt.git] / include / toplevel.mk
index 1e543ebcb98f3fd2cdc2a7c21b21aa59b115ba3d..455fc9c4da0b3c65b43ee16799140ca2f61a508f 100644 (file)
@@ -60,6 +60,7 @@ endif
 
 SCAN_COOKIE?=$(shell echo $$$$)
 export SCAN_COOKIE
+export STAGING_DIR_HOST=$(TOPDIR)/staging_dir/host
 
 SUBMAKE:=umask 022; $(SUBMAKE)
 
@@ -101,7 +102,7 @@ ifneq ($(DISTRO_PKG_CONFIG),)
 scripts/config/%onf: export PATH:=$(dir $(DISTRO_PKG_CONFIG)):$(PATH)
 endif
 scripts/config/%onf: CFLAGS+= -O2
-scripts/config/%onf:
+scripts/config/%onf: FORCE
        @$(_SINGLE)$(SUBMAKE) $(if $(findstring s,$(OPENWRT_VERBOSE)),,-s) \
                -C scripts/config $(notdir $@)