Commit 9e8015d4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 879058a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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