summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-07-31 17:02:06 +0200
committerBernhard Reutner-Fischer2007-07-31 17:02:06 +0200
commit6ad072032ac1e1c7338e79910f70a23245154083 (patch)
treeff9c0c8694607089fa499ebf07139b441a0b3f12 /Makefile
parentAdd support for prepatched toolchains (diff)
downloadbuildroot-6ad072032ac1e1c7338e79910f70a23245154083.tar.gz
buildroot-6ad072032ac1e1c7338e79910f70a23245154083.tar.xz
buildroot-6ad072032ac1e1c7338e79910f70a23245154083.zip
- add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc7edc85b..f3dc4f051 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.