Conditionally include "config.h"

This commit is contained in:
Alex Kotov 2020-12-07 09:46:37 +05:00
parent 667ab653ad
commit 4ada31d7f5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
10 changed files with 20 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
.global kernaux_arch_x86_hang
.global kernaux_arch_x86_read_cr0

View File

@ -1 +1,3 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/cmdline.h>
#include <kernaux/stdlib.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef ARCH_X86
#include <kernaux/arch/x86.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/pfa.h>
#include <kernaux/stdlib.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/printf.h>
#include <kernaux/stdlib.h>

View File

@ -1,4 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/stdlib.h>