/openbmc/u-boot/tools/env/ |
H A D | linux_string.c | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | ctype.c | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | crc32.c | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | env_flags.c | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | env_attr.c | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | Makefile | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
/openbmc/u-boot/tools/easylogo/ |
H A D | Makefile | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
/openbmc/u-boot/tools/gdb/ |
H A D | Makefile | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
/openbmc/u-boot/tools/ |
H A D | .gitignore | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | Makefile | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
/openbmc/u-boot/ |
H A D | config.mk | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|
H A D | Makefile | 940db16d2e6ce69f769f790bf1def56978f0ac6c Tue Feb 04 02:24:10 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|