diff options
| author | Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 2012-01-17 17:12:03 +0200 | 
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2012-01-18 10:46:21 +1100 | 
| commit | 5e8898e97a5db4125d944070922164d1d09a2689 (patch) | |
| tree | a5319fcc60499e63fecc7a08d923a1de8f9c7622 /lib/Makefile | |
| parent | 6ac6172a935d1faf7ef259802267657bc0007a62 (diff) | |
| download | linux-5e8898e97a5db4125d944070922164d1d09a2689.tar.bz2 | |
lib: digital signature config option name change
It was reported that DIGSIG is confusing name for digital signature
module. It was suggested to rename DIGSIG to SIGNATURE.
Requested-by: Linus Torvalds <torvalds@linux-foundation.org>
Suggested-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Makefile b/lib/Makefile index dace162c7e1c..d71aae1b01b3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -119,7 +119,7 @@ obj-$(CONFIG_CORDIC) += cordic.o  obj-$(CONFIG_DQL) += dynamic_queue_limits.o  obj-$(CONFIG_MPILIB) += mpi/ -obj-$(CONFIG_DIGSIG) += digsig.o +obj-$(CONFIG_SIGNATURE) += digsig.o  hostprogs-y	:= gen_crc32table  clean-files	:= crc32table.h |