aboutsummaryrefslogtreecommitdiff
path: root/win32/resources/Kbuild.src
diff options
context:
space:
mode:
Diffstat (limited to 'win32/resources/Kbuild.src')
-rw-r--r--win32/resources/Kbuild.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/resources/Kbuild.src b/win32/resources/Kbuild.src
index 550eddaa0..9e5fe4e10 100644
--- a/win32/resources/Kbuild.src
+++ b/win32/resources/Kbuild.src
@@ -12,7 +12,7 @@ obj-$(CONFIG_FEATURE_RESOURCES) += dummy.o
12# return commit level if available or 0 12# return commit level if available or 0
13bb_level = $(or $(word 2,$(subst -, ,$1)),0) 13bb_level = $(or $(word 2,$(subst -, ,$1)),0)
14 14
15WRFLAGS := -D"KBUILD_STR(s)=\#s" -D"BB_VER=KBUILD_STR($(BB_VER))" \ 15WRFLAGS := -D"BB_VER=$(BB_VER)" \
16 -D"BB_VERSION=$(VERSION)" -D"BB_PATCHLEVEL=$(PATCHLEVEL)" \ 16 -D"BB_VERSION=$(VERSION)" -D"BB_PATCHLEVEL=$(PATCHLEVEL)" \
17 -D"BB_SUBLEVEL=$(SUBLEVEL)" \ 17 -D"BB_SUBLEVEL=$(SUBLEVEL)" \
18 -D"BB_EXTRAVERSION=$(call bb_level,$(EXTRAVERSION))" \ 18 -D"BB_EXTRAVERSION=$(call bb_level,$(EXTRAVERSION))" \