mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-28 02:43:57 +00:00
515.43.04
This commit is contained in:
9
version.mk
Normal file
9
version.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
NVIDIA_VERSION = 515.43.04
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user