소스 검색

elf2flt: only allow it to be selected on supported archs

Peter Korsgaard 17 년 전
부모
커밋
d22723861b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      toolchain/elf2flt/Config.in

+ 1 - 3
toolchain/elf2flt/Config.in

@@ -1,8 +1,6 @@
-comment "elf2flt"
-
 config BR2_ELF2FLT
 	bool "Enable elf2flt support?"
-	depends !BR2_alpha && !BR2_x86_64
+	depends on BR2_arm || BR2_sh || BR2_sparc
 	default n
 	help
 	  uCLinux uses a Binary Flat format commonly known as BFLT. It