Commit 2475e634758577baad4a54f4585c7fa9a638ae73

Authored by David Feng
Committed by Albert ARIBAUD
1 parent 129168290a

arm64: MAKEALL, filter armv8 boards from LIST_arm

Signed-off-by: David Feng <fenghua@phytium.com.cn>

Showing 1 changed file with 11 additions and 1 deletions Side-by-side Diff

... ... @@ -381,6 +381,12 @@
381 381 LIST_ARMV7="$(targets_by_cpu armv7)"
382 382  
383 383 #########################################################################
  384 +## ARMV8 Systems
  385 +#########################################################################
  386 +
  387 +LIST_ARMV8="$(targets_by_cpu armv8)"
  388 +
  389 +#########################################################################
384 390 ## AT91 Systems
385 391 #########################################################################
386 392  
... ... @@ -404,7 +410,11 @@
404 410 ## ARM groups
405 411 #########################################################################
406 412  
407   -LIST_arm="$(targets_by_arch arm)"
  413 +LIST_arm="$(targets_by_arch arm | \
  414 + for ARMV8_TARGET in $LIST_ARMV8; \
  415 + do sed "/$ARMV8_TARGET/d"; \
  416 + done) \
  417 +"
408 418  
409 419 #########################################################################
410 420 ## MIPS Systems (default = big endian)