mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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>
This commit is contained in:
parent
879058a16e
commit
9e8015d465
@ -509,6 +509,8 @@ ifeq ($(1),linux)
|
|||||||
$(2)_KCONFIG_VAR = BR2_LINUX_KERNEL
|
$(2)_KCONFIG_VAR = BR2_LINUX_KERNEL
|
||||||
else ifeq ($(4),boot/)
|
else ifeq ($(4),boot/)
|
||||||
$(2)_KCONFIG_VAR = BR2_TARGET_$(2)
|
$(2)_KCONFIG_VAR = BR2_TARGET_$(2)
|
||||||
|
else ifeq ($(4),toolchain/)
|
||||||
|
$(2)_KCONFIG_VAR = BR2_$(2)
|
||||||
else
|
else
|
||||||
$(2)_KCONFIG_VAR = BR2_PACKAGE_$(2)
|
$(2)_KCONFIG_VAR = BR2_PACKAGE_$(2)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user