diff options
| author | Jeff Dike <jdike@addtoit.com> | 2004-09-16 22:13:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-16 22:13:53 -0700 |
| commit | 4cddaea4f10f2a163dbce1bf9d03cac4cfafc2b0 (patch) | |
| tree | 2fde0cb07e28e6dfe3ee8e296d778834dfead04c /arch | |
| parent | 04301c1f80249f6b42d8b11d785755cd3d575ce3 (diff) | |
[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 <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/um/Makefile | 2 |
1 files changed, 0 insertions, 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 |
