summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2013-07-01 08:54:54 -0700
committerAaron Plattner <aplattner@nvidia.com>2013-07-01 08:54:54 -0700
commitbae15338d0f3be4553a09bb6d9dd3c702a83c457 (patch)
tree02d30b43bf1bc2fa9d97cc5a3aa9869c5012ccfe /Makefile
parent45f2c99ed857988e274557857edbf494702e037e (diff)
325.08325.08
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d69eec9..dd2da20 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,8 @@ HOST_CFLAGS += $(common_cflags)
LDFLAGS += -L.
LIBS += -ldl
-MKPRECOMPILED_SRC = crc.c mkprecompiled.c
+MKPRECOMPILED_SRC = crc.c mkprecompiled.c $(COMMON_UTILS_DIR)/common-utils.c \
+ precompiled.c $(COMMON_UTILS_DIR)/nvgetopt.c
MKPRECOMPILED_OBJS = $(call BUILD_OBJECT_LIST,$(MKPRECOMPILED_SRC))
MAKESELF_HELP_SCRIPT_SRC = makeself-help-script.c