mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2024-11-29 00:24:16 +01:00
3084c04453
(cherry picked from commit 5a1c474040
)
10 lines
264 B
Makefile
10 lines
264 B
Makefile
NVIDIA_VERSION = 555.42.02
|
|
|
|
# This file.
|
|
VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))
|
|
$(OUTPUTDIR)/version.h: $(VERSION_MK_FILE)
|
|
@$(MKDIR) $(OUTPUTDIR)
|
|
@$(ECHO) '#define NVIDIA_VERSION "$(NVIDIA_VERSION)"' > $@
|
|
|
|
NV_GENERATED_HEADERS += $(OUTPUTDIR)/version.h
|