summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 447b129..8652658 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ all: $(DAEMON) $(LIB_APP) $(LIB_HOST_SRV) $(TESTER)
$(WHITELIST_SRC) : generate_whitelist.sh $(WHITELIST_CONF)
./$^ > $@
-%.o: %.C
+%.o: %.cpp
$(CXX) -std=c++14 -fpic -c $< $(CXXFLAGS) $(INC_FLAG) $(IPMID_PATH) -o $@
$(LIB_APP): $(LIB_APP_OBJ)
OpenPOWER on IntegriCloud