mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-26 19:19:47 +00:00
This reverts commit f364378a65.
545.29.03 and 545.29.02 are functionally the same for purposes of
open-gpu-kernel-modules, but there was poor NVIDIA-internal communication
about which driver would actually be released. Revert 545.29.03 so that
a subsequent commit can provide 545.29.02 cleanly.
10 lines
264 B
Makefile
10 lines
264 B
Makefile
NVIDIA_VERSION = 545.23.06
|
|
|
|
# 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
|