瀏覽代碼

pkg-generic.mk: handle packages under toolchain

E.G. for toolchain-buildroot / toolchain-external. Now these packages are
correctly handled by make source / external-deps.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 11 年之前
父節點
當前提交
9e8015d465
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/pkg-generic.mk

+ 2 - 0
package/pkg-generic.mk

@@ -509,6 +509,8 @@ ifeq ($(1),linux)
 $(2)_KCONFIG_VAR = BR2_LINUX_KERNEL
 else ifeq ($(4),boot/)
 $(2)_KCONFIG_VAR = BR2_TARGET_$(2)
+else ifeq ($(4),toolchain/)
+$(2)_KCONFIG_VAR = BR2_$(2)
 else
 $(2)_KCONFIG_VAR = BR2_PACKAGE_$(2)
 endif