lib: zstd: clean up Makefile for simpler composite object handling
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 19 Mar 2018 11:26:09 +0000 (20:26 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Mar 2018 17:01:27 +0000 (02:01 +0900)
commitdc35da16a2e23db04822f0129cd5b28b7b0e72b4
treef87fb27e5f1abaded3545c52bb7fc872fee2b454
parentf98fe47ce51dee6d97dd91bbeccdde23f043c754
lib: zstd: clean up Makefile for simpler composite object handling

Now, Kbuild nicely handles composite objects to avoid multiple
definition.

Makefiles can simply add the same objects multiple times across
composite objects.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
lib/zstd/Makefile