build: toplevel.mk: fix missing kconfig dependency tracking
[openwrt/staging/jow.git] / include / toplevel.mk
index 1e543ebcb98f3fd2cdc2a7c21b21aa59b115ba3d..ce744bc92ccf6713adea67f3ad15a1622c9ca935 100644 (file)
@@ -101,7 +101,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 $@)