Move buildroot to bsp directory.
This commit is contained in:
17
bsp/buildroot/toolchain/toolchain/toolchain.mk
Normal file
17
bsp/buildroot/toolchain/toolchain/toolchain.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# toolchain
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
||||
TOOLCHAIN_DEPENDENCIES += toolchain-buildroot
|
||||
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
|
||||
TOOLCHAIN_DEPENDENCIES += toolchain-external
|
||||
endif
|
||||
|
||||
TOOLCHAIN_ADD_TOOLCHAIN_DEPENDENCY = NO
|
||||
|
||||
$(eval $(virtual-package))
|
||||
|
||||
toolchain: $(HOST_DIR)/usr/share/buildroot/toolchainfile.cmake
|
||||
Reference in New Issue
Block a user