diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-09-22 13:37:56 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-12-21 21:34:23 +0200 |
commit | 527d81325b838d06c1c11cbbecd0c978fdabb250 (patch) | |
tree | bd4b616a0f5b391c610fdcd1d02492c4c31a213a /include | |
parent | f0c0b18234418c6ed6d35fcf1c6e5b0cbdceed49 (diff) | |
download | upstream-527d81325b838d06c1c11cbbecd0c978fdabb250.tar.gz upstream-527d81325b838d06c1c11cbbecd0c978fdabb250.tar.bz2 upstream-527d81325b838d06c1c11cbbecd0c978fdabb250.zip |
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 <stijn@linux-ipv6.be>
Reviewed-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk index 60760bf602..fb57553f7d 100644 --- a/include/target.mk +++ b/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) |