Skip to content
Snippets Groups Projects
Commit 940db16d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent ad71fa99
No related branches found
Tags v4.17-rc4
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment