summaryrefslogtreecommitdiff
path: root/build/top.mk
diff options
context:
space:
mode:
authorNicolas Schodet2016-04-28 17:01:57 +0200
committerNicolas Schodet2019-10-07 00:44:57 +0200
commit90bdcdb391996efa70c2df0d3ec49303dd0daa0c (patch)
tree3766221f48ba314486b4df1e0530a6001e48a7b4 /build/top.mk
parent567a61a4b4053a715d57efa278fa733e50bf1db6 (diff)
build: add support for .cpp files
Diffstat (limited to 'build/top.mk')
-rw-r--r--build/top.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/top.mk b/build/top.mk
index d7da682..4469d2e 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -52,6 +52,7 @@ clean:
include $(UCOO_BASE)/build/setup.mk
vpath %.cc $(UCOO_BASE) $(BASE)
+vpath %.cpp $(UCOO_BASE) $(BASE)
vpath %.c $(UCOO_BASE) $(BASE)
vpath %.S $(UCOO_BASE) $(BASE)