mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
- 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:
|
cross-depmod26-dirclean:
|
||||||
rm -rf $(MODULE_INIT_TOOLS_DIR2)
|
rm -rf $(MODULE_INIT_TOOLS_DIR2)
|
||||||
|
|
||||||
|
ifeq ($(strip $(CONFIG_BR2_PACKAGE_LINUX)),y)
|
||||||
|
HOST_SOURCE+=module-init-tools-source
|
||||||
|
endif
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
## Toplevel Makefile options
|
## Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user