summaryrefslogtreecommitdiffstats
path: root/lib/lzo/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:35:52 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:30 -0500
commit164922bd7c383a2c82739f8b080b2e0da801ec0d (patch)
tree3ccdfc39750a6ca085e60df5d07bc17de9d732ab /lib/lzo/Makefile
parent7b6af41ef342199e4967735ea17424b42ed742d2 (diff)
downloadtalos-obmc-uboot-164922bd7c383a2c82739f8b080b2e0da801ec0d.tar.gz
talos-obmc-uboot-164922bd7c383a2c82739f8b080b2e0da801ec0d.zip
lib: descend into sub directories only when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'lib/lzo/Makefile')
-rw-r--r--lib/lzo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lzo/Makefile b/lib/lzo/Makefile
index dd853eae23..2936544abc 100644
--- a/lib/lzo/Makefile
+++ b/lib/lzo/Makefile
@@ -5,4 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_LZO) += lzo1x_decompress.o
+obj-y += lzo1x_decompress.o
OpenPOWER on IntegriCloud