Reviewed-by: Alice Frosi <alice@xxxxxxxxxxxxxxxxxx> Signed-off-by: Michael Holzheu <holzheu@xxxxxxxxxxxxxxxxxx> Reviewed-by: Dmitry Safonov <dsafonov@xxxxxxxxxxxxx> --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfc5870..848cf0f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ UNAME-M := $(shell uname -m) # # Supported Architectures -ifneq ($(filter-out x86 arm aarch64 ppc64,$(ARCH)),) +ifneq ($(filter-out x86 arm aarch64 ppc64 s390,$(ARCH)),) $(error "The architecture $(ARCH) isn't supported") endif @@ -65,6 +65,13 @@ ifeq ($(ARCH),x86) DEFINES := -DCONFIG_X86_64 endif +ifeq ($(ARCH),s390) + ARCH := s390 + SRCARCH := s390 + VDSO := y + DEFINES := -DCONFIG_S390 +endif + LDARCH ?= $(SRCARCH) export LDARCH VDSO export PROTOUFIX DEFINES -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html