All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] ti-tisdk-makefile: Makefile_cryptodev: Need ARCH and KERNEL_DIR for clean target.
Date: Tue, 6 Jan 2015 13:16:12 -0500	[thread overview]
Message-ID: <20150106181612.GV4759@edge> (raw)
In-Reply-To: <1420554576-19650-1-git-send-email-j-stiffler@ti.com>

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


      reply	other threads:[~2015-01-06 18:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150106181612.GV4759@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.