diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-31 15:02:06 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-31 15:02:06 +0000 |
commit | 6ad072032ac1e1c7338e79910f70a23245154083 (patch) | |
tree | ff9c0c8694607089fa499ebf07139b441a0b3f12 | |
parent | 840325e17001c82cbe1538e8dcacf1467c5ac683 (diff) | |
download | buildroot-novena-6ad072032ac1e1c7338e79910f70a23245154083.tar.gz buildroot-novena-6ad072032ac1e1c7338e79910f70a23245154083.zip |
- add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |