Browse Source

- add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy

Bernhard Reutner-Fischer 18 năm trước cách đây
mục cha
commit
6ad072032a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Makefile

+ 2 - 1
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.