All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-tisdk-makefile: Makefile_cryptodev: Need ARCH and KERNEL_DIR for clean target.
@ 2015-01-06 14:29 Jacob Stiffler
  2015-01-06 18:16 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-01-06 14:29 UTC (permalink / raw)
  To: meta-arago

* Otherwise will fail if host kernel headers are not present.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../ti-tisdk-makefile/Makefile_cryptodev           |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev
index c05dc66..980b236 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev
@@ -12,7 +12,7 @@ cryptodev_clean:
 	@echo ================================
 	@cd board-support/extra-drivers; \
 	cd `find . -maxdepth 1 -name "cryptodev*"`; \
-	make clean
+	make ARCH=arm KERNEL_DIR=$(LINUXKERNEL_INSTALL_DIR) clean
 
 cryptodev_install:
 	@echo ================================
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ti-tisdk-makefile: Makefile_cryptodev: Need ARCH and KERNEL_DIR for clean target.
  2015-01-06 14:29 [PATCH] ti-tisdk-makefile: Makefile_cryptodev: Need ARCH and KERNEL_DIR for clean target Jacob Stiffler
@ 2015-01-06 18:16 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-06 18:16 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack

On Tue, Jan 06, 2015 at 09:29:36AM -0500, Jacob Stiffler wrote:
> * Otherwise will fail if host kernel headers are not present.
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../ti-tisdk-makefile/Makefile_cryptodev           |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev
> index c05dc66..980b236 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_cryptodev
> @@ -12,7 +12,7 @@ cryptodev_clean:
>  	@echo ================================
>  	@cd board-support/extra-drivers; \
>  	cd `find . -maxdepth 1 -name "cryptodev*"`; \
> -	make clean
> +	make ARCH=arm KERNEL_DIR=$(LINUXKERNEL_INSTALL_DIR) clean
>  
>  cryptodev_install:
>  	@echo ================================
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-06 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 14:29 [PATCH] ti-tisdk-makefile: Makefile_cryptodev: Need ARCH and KERNEL_DIR for clean target Jacob Stiffler
2015-01-06 18:16 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.