about summary refs log tree commit diff homepage
path: root/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index dd005620..175ccdd5 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -16,7 +16,7 @@ include $(LEVEL)/Makefile.common
 
 # Remove -fno-rtti as this prevents typeid() being used
 # in gtest
-CXX.Flags := $(filter-out -fno-rtti,$(CPP.Flags))
+CXX.Flags := $(filter-out -fno-rtti,$(CXX.Flags))
 
 clean::
 	$(Verb) $(RM) -f *Tests