1
0
mirror of https://github.com/NVIDIA/open-gpu-kernel-modules.git synced 2025-03-06 03:29:28 +01:00

10 lines
264 B
Makefile
Raw Normal View History

2023-01-19 10:41:59 -08:00
NVIDIA_VERSION = 525.85.05
2022-05-09 13:18:59 -07:00
# 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