diff options
-rw-r--r-- | mk/build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index c74e16045..399d57216 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -158,6 +158,9 @@ all: menuconfig # configuration # --------------------------------------------------------------------------- +# force entering the subdir, as dependency checking is done there +.PHONY: $(CONFIG)/conf $(CONFIG)/mconf + $(CONFIG)/conf: @$(MAKE) -C $(CONFIG) conf |