This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
65e2c14d5a
u-boot
/
tools
/
env
/
crc32.c
2 lines
29 B
C
Raw
Normal View
History
Unescape
Escape
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>
2014-02-04 08:24:10 +00:00
#
include
"../../lib/crc32.c"
Reference in a new issue
Copy permalink