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.
|
|
|
NVIDIA_VERSION = 555.58.02
|
|
|
|
|
|
|
|
# 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
|