9
0
Fork 0

Makefile.lib: add rule to built Tegra BCTs

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-05-14 22:45:45 +02:00 committed by Sascha Hauer
parent faae9deff3
commit 4f84368972
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@
*.elf
*.mcp
*.orig
*.bct
*.dcd
*.dcd.S
*.bbenv

View File

@ -400,3 +400,9 @@ quiet_cmd_imx_image = IMX-IMG $@
quiet_cmd_kwb_image = KWB $@
cmd_kwb_image = scripts/kwbimage -p $< $(OPTS_$(@F)) -o $@
quiet_cmd_cboot_bct = BCT $@
cmd_cboot_bct = $(objtree)/scripts/tegra/cbootimage -gbct -s $(soc) $< $@
$(obj)/%.bct: $(obj)/%.bct.cfg
$(call cmd,cboot_bct)