From 4cddaea4f10f2a163dbce1bf9d03cac4cfafc2b0 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Thu, 16 Sep 2004 22:13:53 -0700 Subject: [PATCH] uml: get rid of the arch EXTRAVERSION I thought this was gone already. It was only intended for my own patch numbering, and never intended for any other trees. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/um/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/um/Makefile b/arch/um/Makefile index 39957413464c..0f0dfeb3803f 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -48,8 +48,6 @@ endif include $(ARCH_DIR)/Makefile-$(SUBARCH) include $(ARCH_DIR)/Makefile-os-$(OS) -EXTRAVERSION := $(EXTRAVERSION)-1um - ARCH_INCLUDE = -I$(ARCH_DIR)/include # -Derrno=kernel_errno - This turns all kernel references to errno into -- cgit v1.2.3