mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
ad71fa9971
commit
940db16d2e
28 changed files with 155 additions and 364 deletions
1
tools/env/linux_string.c
vendored
Normal file
1
tools/env/linux_string.c
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
#include "../../lib/linux_string.c"
|
Loading…
Add table
Add a link
Reference in a new issue