From: Bernhard Reutner-Fischer Date: Fri, 27 Jul 2007 14:43:36 +0000 (-0000) Subject: - for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ca822def1eeb32e336cfa40f6647de9ac61dbcf;p=buildroot.git - for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target --- diff --git a/package/module-init-tools/module-init-tools.mk b/package/module-init-tools/module-init-tools.mk index e2c2c1b118..1c33bdcb5e 100644 --- a/package/module-init-tools/module-init-tools.mk +++ b/package/module-init-tools/module-init-tools.mk @@ -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