summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-05-14 22:45:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-15 14:19:25 +0200
commitce41c53bf3cc23222baefa8e01c1e5774ee363ff (patch)
treece059e4517af11ded3e08f27abeb5ccb0736993b /scripts/Makefile
parentfd940ff6512b9e4c2e2566891252d0c15f343a00 (diff)
downloadbarebox-ce41c53bf3cc23222baefa8e01c1e5774ee363ff.tar.gz
barebox-ce41c53bf3cc23222baefa8e01c1e5774ee363ff.tar.xz
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>
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 3908c1dcb9..c02c7f3bd3 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -24,6 +24,7 @@ subdir-$(CONFIG_OMAP4_USBBOOT) += omap4_usbboot
subdir-$(CONFIG_ARCH_IMX) += imx
subdir-$(CONFIG_X86) += setupmbr
subdir-$(CONFIG_DTC) += dtc
+subdir-$(CONFIG_ARCH_TEGRA) += tegra
targetprogs-$(CONFIG_BAREBOXENV_TARGET) += bareboxenv-target
targetprogs-$(CONFIG_KERNEL_INSTALL_TARGET) += kernel-install-target