BuildSystem: remove now obsolete include directories from kernel build

This commit is contained in:
Bananymous 2023-04-07 02:25:47 +03:00
parent 7610670287
commit 7752b02fb7
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ set(KERNEL_SOURCES
add_executable(kernel ${KERNEL_SOURCES})
target_include_directories(kernel PUBLIC include ../BAN/include ../libc/include)
target_compile_definitions(kernel PUBLIC __is_kernel)
target_compile_definitions(kernel PUBLIC __arch=${BANAN_ARCH})