From cc1b164634a9275e70a57b170daa5fab11450c4b Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 16 Oct 2013 21:23:24 +0000 Subject: build: add menuconfig option for building FIT images Signed-off-by: Luka Perkov SVN-Revision: 38431 --- scripts/metadata.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/metadata.pl b/scripts/metadata.pl index ddcf50b..04fa827 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -172,6 +172,7 @@ sub target_config_features(@) { /targz/ and $ret .= "\tselect USES_TARGZ\n"; /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; /ubifs/ and $ret .= "\tselect USES_UBIFS\n"; + /fit/ and $ret .= "\tselect USES_FIT\n"; /fpu/ and $ret .= "\tselect HAS_FPU\n"; /spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n"; /ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n"; -- cgit v1.1