Kernel/Makefile - Fixed error when starting a new build
authorJohn Hodge <[email protected]>
Sat, 22 Oct 2011 07:10:17 +0000 (15:10 +0800)
committerJohn Hodge <[email protected]>
Sat, 22 Oct 2011 07:10:17 +0000 (15:10 +0800)
Kernel/Makefile

index bb76c13..0b79233 100644 (file)
@@ -10,8 +10,8 @@
 
 -include Makefile.BuildNum.$(ARCH)
 
-ifeq ($(BUILDNUM),)
-BUILDNUM = 0
+ifeq ($(BUILD_NUM),)
+BUILD_NUM = 0
 endif
 
 KERNEL_VERSION = 0.5

UCC git Repository :: git.ucc.asn.au