[U-Boot] [PATCH 03/26] binman: Add a Makefile for test-program compilation
sjg at google.com
sjg at google.com
Fri Nov 24 01:47:15 UTC 2017
These test programs are includedd as binary files in U-Boot to avoid
having to build them (and associated toolchain differences). Instructions
on building are in the files themselves, but it seems better to provide
a Makefile which can be manually run when desired.
Add a Makefile, separate from the normal build system, to handle this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/test/Makefile | 36 +++++++++++++++++++++++++++++++++
tools/binman/test/u_boot_no_ucode_ptr.c | 4 ----
tools/binman/test/u_boot_ucode_ptr.c | 4 ----
3 files changed, 36 insertions(+), 8 deletions(-)
create mode 100644 tools/binman/test/Makefile
Applied to u-boot-dm thanks!
More information about the U-Boot
mailing list