1
0
mirror of https://github.com/NVIDIA/open-gpu-kernel-modules.git synced 2025-03-06 03:29:28 +01:00
2022-05-09 13:18:59 -07:00

10 lines
264 B
Makefile

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