
23 Apr
2020
23 Apr
'20
4:18 p.m.
On Tue, Apr 21, 2020 at 7:27 AM mhorne@freebsd.org wrote:
From: Mitchell Horne mhorne@FreeBSD.org
The CONFIG_API option builds the example program, examples/api/demo, as an ELF file. The make logic exists to create a binary as well, so add the target to do so.
Signed-off-by: Mitchell Horne mhorne@FreeBSD.org
examples/api/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com