commit | f2431801b7c84e30917f62323100d70239168d6c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Feb 04 17:24:10 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:07:49 2014 -0500 |
tree | 1b2baa7449a5440ac82ffb1af1b5c6c02cdfd31f | |
parent | c9f6c9399c9d0d148529d2a84391ec65ecda2621 [diff] |
tools: convert makefiles to kbuild style Before this commit, makefiles under tools/ directory were implemented with their own way. This commit refactors them by using "hostprogs-y" variable. Several C sources have been added to wrap other C sources to simplify Makefile. For example, tools/crc32.c includes lib/crc32.c Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>