mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:

committed by
Tom Rini

parent
ad71fa9971
commit
940db16d2e
1
tools/env/env_attr.c
vendored
Normal file
1
tools/env/env_attr.c
vendored
Normal file
@ -0,0 +1 @@
|
||||
#include "../../common/env_attr.c"
|
Reference in New Issue
Block a user