summaryrefslogtreecommitdiffhomepage
path: root/src/rv64
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-06 05:54:15 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-06 05:54:15 +0100
commite9eb93ced36628f2c111b96c4916bb649636e71c (patch)
tree8337972610acc6de512e5e6203eab9f44428f49b /src/rv64
parent484ce476198a7b2fa2753f78a30e683c467817c0 (diff)
[CHORE] Source code level refactors and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/rv64')
-rw-r--r--src/rv64/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rv64/makefile b/src/rv64/makefile
index d524fee..0ac2ade 100644
--- a/src/rv64/makefile
+++ b/src/rv64/makefile
@@ -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 ../*.cpp) -c
LD=riscv64-unknown-elf-ld
OBJ=*.o