summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2003-11-10 22:52:35 +0000
committerjdike <jdike>2003-11-10 22:52:35 +0000
commit958960fc9a3d61a5ae29f43251f3c68673e06f59 (patch)
tree5298c7f691437a14a64a9a4a48de6b49603b1f48
parent00714d094e95af46518f2c88da74aa35dc704229 (diff)
downloaduml-history-958960fc9a3d61a5ae29f43251f3c68673e06f59.tar.gz
Bumped EXTRAVERSION.
Added default values for CONFIG_NEST_LEVEL and CONFIG_KERNEL_HALF_GIGS so the shell doesn't puke when doing computations on them.
-rw-r--r--arch/um/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile
index b1c8b44..6c0efdf 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -25,7 +25,7 @@ ifneq ($(MAKEFILE-y),)
include $(addprefix $(ARCH_DIR)/,$(MAKEFILE-y))
endif
-EXTRAVERSION := $(EXTRAVERSION)-5um
+EXTRAVERSION := $(EXTRAVERSION)-6um
include/linux/version.h: arch/$(ARCH)/Makefile
@@ -57,6 +57,8 @@ LINKFLAGS += -r
LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc
+CONFIG_NEST_LEVEL ?= 0
+CONFIG_KERNEL_HALF_GIGS ?= 0
SIZE = (($(CONFIG_NEST_LEVEL) + $(CONFIG_KERNEL_HALF_GIGS)) * 0x20000000)
# These aren't in Makefile-tt because they are needed in the !CONFIG_MODE_TT +