barebox/scripts/tegra/Makefile
Lucas Stach ce41c53bf3 scripts: tegra: import cbootimage
Needed to built the BCTs and bootable images.

Version 1.2 from https://github.com/NVIDIA/cbootimage.git

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-05-15 14:19:25 +02:00

23 lines
398 B
Makefile

hostprogs-$(CONFIG_ARCH_TEGRA) += cbootimage
always := $(hostprogs-y)
HOSTLOADLIBES_cbootimage = '-lm'
cbootimage-objs := \
cbootimage.o \
data_layout.o \
set.o \
crypto.o \
aes_ref.o \
context.o \
parse.o \
t124/parse_t124.o \
t114/parse_t114.o \
t30/parse_t30.o \
t20/parse_t20.o \
t124/nvbctlib_t124.o \
t114/nvbctlib_t114.o \
t30/nvbctlib_t30.o \
t20/nvbctlib_t20.o