- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target
This commit is contained in:
parent
fb2c8fec6c
commit
8ca822def1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user