diff --git a/scripts/templates/exe.kernel.j2 b/scripts/templates/exe.kernel.j2 index fa8a8a6..174deed 100644 --- a/scripts/templates/exe.kernel.j2 +++ b/scripts/templates/exe.kernel.j2 @@ -5,6 +5,7 @@ asflags = $asflags -I${srcroot}/src/kernel/ libs = $libs ldflags = $ldflags -T ${srcroot}/src/arch/x86_64/kernel.ld +ccflags = $ccflags -I${srcroot}/external {% endblock %}