summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2011-03-23 09:54:52 -0700
committerAaron Plattner <aplattner@nvidia.com>2011-03-23 09:54:52 -0700
commit83d44cce5bd7e381932b53ea0515b235ed4d4462 (patch)
tree3dbc73f30740981bda98391240c206c1354e5b14
parent302afbef422649dad0dad2111c73261255922b55 (diff)
260.19.44260.19.44
-rw-r--r--utils.mk6
-rw-r--r--version.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/utils.mk b/utils.mk
index 882b6ce..dbdc70d 100644
--- a/utils.mk
+++ b/utils.mk
@@ -97,6 +97,12 @@ ifndef TARGET_ARCH
TARGET_ARCH := $(subst i686,x86,$(TARGET_ARCH))
endif
+ifeq ($(TARGET_OS),Linux)
+ LIBDL_LDFLAGS = -ldl
+else
+ LIBDL_LDFLAGS =
+endif
+
OUTPUTDIR ?= _out/$(TARGET_OS)_$(TARGET_ARCH)
NV_QUIET_COMMAND_REMOVED_TARGET_PREFIX ?=
diff --git a/version.mk b/version.mk
index 1d632c0..722fc03 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 260.19.36
+NVIDIA_VERSION = 260.19.44