From: John Hodge Date: Sat, 22 Oct 2011 07:10:17 +0000 (+0800) Subject: Kernel/Makefile - Fixed error when starting a new build X-Git-Tag: rel0.13~8 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=bd1ddb7b5360b232361e1e4ede83f36ba4829b87;p=tpg%2Facess2.git Kernel/Makefile - Fixed error when starting a new build --- diff --git a/Kernel/Makefile b/Kernel/Makefile index bb76c131..0b79233b 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -10,8 +10,8 @@ -include Makefile.BuildNum.$(ARCH) -ifeq ($(BUILDNUM),) -BUILDNUM = 0 +ifeq ($(BUILD_NUM),) +BUILD_NUM = 0 endif KERNEL_VERSION = 0.5