[kernel] Add external/ to kernel includes

In order to support future changes, the kernel should also be able to
include from the external/ tree.
This commit is contained in:
Justin C. Miller
2020-06-28 11:15:26 -07:00
parent b4adc29d7f
commit 9b67f87062

View File

@@ -5,6 +5,7 @@
asflags = $asflags -I${srcroot}/src/kernel/ asflags = $asflags -I${srcroot}/src/kernel/
libs = $libs libs = $libs
ldflags = $ldflags -T ${srcroot}/src/arch/x86_64/kernel.ld ldflags = $ldflags -T ${srcroot}/src/arch/x86_64/kernel.ld
ccflags = $ccflags -I${srcroot}/external
{% endblock %} {% endblock %}