summaryrefslogtreecommitdiffstats
path: root/rules/cross-elf2flt.in
blob: bdba80c1e069a1ec1bcbf83830e815f8821c5830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# config for elf2flt

menuconfig CROSS_ELF2FLT
	tristate
	select CROSS_BINUTILS
	prompt "elf2flt                     "
	help
	  FIXME

if CROSS_ELF2FLT

config CROSS_ELF2FLT_VERSION
	string
	prompt "elf2flt version"
	default "20110404-g40f0d17"
	help
	  Specify the binutils version here.

config CROSS_ELF2FLT_MD5
	string
	prompt "elf2flt source md5sum"

endif