]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
crypto: nx - move nx build to driver/crypto Makefile
authorSeth Jennings <sjenning@linux.vnet.ibm.com>
Wed, 13 Jun 2012 18:22:42 +0000 (13:22 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:00 +0000 (14:42 +0800)
commit95ead5d7ff824a01cb07921c9211a7e29437a929
tree8d70af66dea817970adb33ff30beb4d641d563b6
parent3621189064301a5fbb5d06ca17d966a026f4e501
crypto: nx - move nx build to driver/crypto Makefile

When the nx driver was pulled, the Makefile that actually
builds it is arch/powerpc/Makefile. This is unnatural.

This patch moves the line that builds the nx driver from
arch/powerpc/Makefile to drivers/crypto/Makefile where it
belongs.

Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Acked-by: Kent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/Makefile
drivers/crypto/Makefile