Pārlūkot izejas kodu

build: add e5500 CPU_TYPE

This CPU type is compatible with NXP's PPC based QorIQ processors, and
will be used by the upcoming new qoriq target.

Signed-off-by: Stijn Tintel <[email protected]>
Reviewed-by: Rui Salvaterra <[email protected]>
Stijn Tintel 5 gadi atpakaļ
vecāks
revīzija
527d81325b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      include/target.mk

+ 1 - 0
include/target.mk

@@ -234,6 +234,7 @@ ifeq ($(DUMP),1)
   endif
   ifeq ($(ARCH),powerpc64)
     CPU_TYPE ?= powerpc64
+    CPU_CFLAGS_e5500:=-mcpu=e5500
     CPU_CFLAGS_powerpc64:=-mcpu=powerpc64
   endif
   ifeq ($(ARCH),sparc)