package/oprofile: add s390x support

s390x is supported since at least 2003 (see ChangeLog-2003)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2022-03-08 18:48:32 +01:00 committed by Peter Korsgaard
parent 97f3c1fee2
commit f6f3de8394

View File

@ -5,7 +5,7 @@ config BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS
depends on BR2_arceb || BR2_arcle || BR2_arm || BR2_armeb || \
BR2_aarch64 || BR2_aarch64_be || BR2_i386 || BR2_mips || \
BR2_mipsel || BR2_mips64 || BR2_mips64el || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
BR2_powerpc64 || BR2_powerpc64le || BR2_s390x || BR2_sh || \
BR2_sparc || BR2_sparc64 || BR2_x86_64
config BR2_PACKAGE_OPROFILE_NEEDS_LIBPFM4