NetBSD/tools/elftosb/Makefile
jkunz 993229b6fe Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.
2012-11-15 19:49:11 +00:00

12 lines
245 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/11/15 19:49:17 jkunz Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}elftosb
HOSTPROG_CXX= ${_TOOL_PREFIX}elftosb
HOST_SRCDIR= external/bsd/elftosb/usr.sbin/elftosb
NOMAN= # defined
.include "${.CURDIR}/../Makefile.host"