]> git.ipfire.org Git - people/ms/u-boot.git/commit
binman: Add a Makefile for test-program compilation
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:07 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit00ebd1f74d94a0fa50545d59a4e61b3a28c82b07
tree5a79442fe6fbf986d36915339e6655c2ef24335c
parent9c0a8b1f44a18343acb48a7b6cf6ec724a7fac93
binman: Add a Makefile for test-program compilation

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@chromium.org>
tools/binman/test/Makefile [new file with mode: 0644]
tools/binman/test/u_boot_no_ucode_ptr.c
tools/binman/test/u_boot_ucode_ptr.c