You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
264 B
9 lines
264 B
NVIDIA_VERSION = 560.35.03
|
|
|
|
# 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
|
|
|