summaryrefslogtreecommitdiff
path: root/gtests/google_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gtests/google_test/Makefile')
-rw-r--r--gtests/google_test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtests/google_test/Makefile b/gtests/google_test/Makefile
index 21fef55ac..f801ba1d4 100644
--- a/gtests/google_test/Makefile
+++ b/gtests/google_test/Makefile
@@ -20,7 +20,8 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################
-
+SHARED_LIBRARY = $(NULL)
+IMPORT_LIBRARY = $(NULL)
#######################################################################
# (4) Include "local" platform-dependent assignments (OPTIONAL). #