Skip to content
Snippets Groups Projects
Commit bd1ddb7b authored by John Hodge's avatar John Hodge
Browse files

Kernel/Makefile - Fixed error when starting a new build

parent cb0d15da
No related merge requests found
......@@ -10,8 +10,8 @@
-include Makefile.BuildNum.$(ARCH)
ifeq ($(BUILDNUM),)
BUILDNUM = 0
ifeq ($(BUILD_NUM),)
BUILD_NUM = 0
endif
KERNEL_VERSION = 0.5
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment