diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:35:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:30 -0500 |
commit | 164922bd7c383a2c82739f8b080b2e0da801ec0d (patch) | |
tree | 3ccdfc39750a6ca085e60df5d07bc17de9d732ab /lib/rsa | |
parent | 7b6af41ef342199e4967735ea17424b42ed742d2 (diff) |
lib: descend into sub directories only when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'lib/rsa')
-rw-r--r-- | lib/rsa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rsa/Makefile b/lib/rsa/Makefile index 693c745514a..164ab399645 100644 --- a/lib/rsa/Makefile +++ b/lib/rsa/Makefile @@ -7,6 +7,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifdef CONFIG_FIT_SIGNATURE -obj-$(CONFIG_RSA) += rsa-verify.o -endif +obj-$(CONFIG_FIT_SIGNATURE) += rsa-verify.o |