diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-14 03:22:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-14 03:22:52 +0100 |
commit | 61f815cb6a47382f656fa6a79a9ab54896efd7a9 (patch) | |
tree | 76145f1ae3b9f1f9b5ae8d037f9892787755eb1f | |
parent | 5c50329f5f4fc8b8f9500cb47082461c28c516f1 (diff) |
fix kernel menuconfig
-rw-r--r-- | mk/build.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index 84b9ad36a..29ecfa20f 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -160,6 +160,8 @@ endif ifeq ($(strip $(ADK_HAVE_DOT_CONFIG)),y) include $(ADK_TOPDIR)/rules.mk +include $(ADK_TOPDIR)/mk/kernel-vars.mk + all: world ${ADK_TOPDIR}/package/Depends.mk: ${ADK_TOPDIR}/.config $(wildcard ${ADK_TOPDIR}/package/*/Makefile) $(ADK_TOPDIR)/adk/tools/depmaker |