[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:
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user