summaryrefslogtreecommitdiffhomepage
path: root/src/rv64
diff options
context:
space:
mode:
Diffstat (limited to 'src/rv64')
-rw-r--r--src/rv64/ci.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rv64/ci.make b/src/rv64/ci.make
index d524fee..d98d085 100644
--- a/src/rv64/ci.make
+++ b/src/rv64/ci.make
@@ -14,7 +14,7 @@ FLAGS=-D__COMPILE_RISCV__ -I../../ -Wall -c -nostdlib -ffreestanding -fno-builti
C_SRC= $(wildcard *.s) $(wildcard *.c) $(wildcard ../*.c) -c
CXX=riscv64-unknown-elf-g++
-CXX_SRC= $(wildcard *.cc) $(wildcard ../*.cc) -c
+CXX_SRC= $(wildcard *.cpp) $(wildcard ../*.cc) -c
LD=riscv64-unknown-elf-ld
OBJ=*.o