From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Tue, 31 Jul 2007 15:02:06 +0000 (-0000)
Subject: - add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy
X-Git-Tag: 2009.02_rc1~2294
X-Git-Url: https://repo.jachan.dev/buildroot-mgba.git/commitdiff_plain/6ad072032ac1e1c7338e79910f70a23245154083

- add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy
---

diff --git a/Makefile b/Makefile
index cc7edc85b8..f3dc4f051d 100644
--- a/Makefile
+++ b/Makefile
@@ -147,8 +147,9 @@ LIBTGTEXT=.so
 endif
 PREFERRED_LIB_FLAGS:=--enable-static --enable-shared
 
+BR2_DEPENDS_DIR=$(BASE_DIR)/package/config/buildroot-config/
 
-#############################################################
+##############################################################
 #
 # The list of stuff to build for the target toolchain
 # along with the packages to build for the target.