]> git.baikalelectronics.ru Git - 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)
commit99f073279351b397b3fdbd162c04617fb5afa34c
tree8d70af66dea817970adb33ff30beb4d641d563b6
parentf20e07e53accc3e6b3aa2e5b36afd9ea7fe76f70
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