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/zlib | |
parent | 7b6af41ef342199e4967735ea17424b42ed742d2 (diff) | |
download | u-boot-164922bd7c383a2c82739f8b080b2e0da801ec0d.tar.gz |
lib: descend into sub directories only when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'lib/zlib')
-rw-r--r-- | lib/zlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlib/Makefile b/lib/zlib/Makefile index 1e9e04d991..2fba95f438 100644 --- a/lib/zlib/Makefile +++ b/lib/zlib/Makefile @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_ZLIB) += zlib.o +obj-y += zlib.o |