mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target
This commit is contained in:
@@ -109,6 +109,10 @@ cross-depmod26-clean:
|
||||
cross-depmod26-dirclean:
|
||||
rm -rf $(MODULE_INIT_TOOLS_DIR2)
|
||||
|
||||
ifeq ($(strip $(CONFIG_BR2_PACKAGE_LINUX)),y)
|
||||
HOST_SOURCE+=module-init-tools-source
|
||||
endif
|
||||
|
||||
#############################################################
|
||||
#
|
||||
## Toplevel Makefile options
|
||||
|
||||
Reference in New Issue
Block a user