Browse Source

fix kernel menuconfig

Waldemar Brodkorb 2 years ago
parent
commit
61f815cb6a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mk/build.mk

+ 2 - 0
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