Force includes to use absolute paths.

This commit is contained in:
Enrico Fraccaroli
2021-10-05 14:29:24 +02:00
parent 0c6a38e189
commit 18a2fd9baa
95 changed files with 351 additions and 627 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
#include "link_access.h"
#include "multiboot.h"
#include "paging.h"
#include "module.h"
#include "mem/paging.h"
#include "sys/module.h"
#include "stdint.h"
#include "elf.h"
#include "elf/elf.h"
/// @defgroup bootloader Bootloader
/// @brief Set of functions and variables for booting the kernel.