From 8dbb5145d2d8f364804547beae94a22f0903ee07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Januszewski?= Date: Sat, 9 Jun 2007 23:34:32 +0200 Subject: [PATCH] Fix compilation issues after removal of the kernel/ subdir. --- Makefile | 4 ++-- v86.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f34d3e9..54f817d 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,10 @@ INSTALL = install ifeq ($(call config_opt,CONFIG_KLIBC),true) export CC = klcc -else - CFLAGS += -I/lib/modules/$(shell uname -r)/source/include endif +CFLAGS += -I/lib/modules/$(shell uname -r)/source/include + ifeq ($(call config_opt,CONFIG_X86EMU),true) CFLAGS += -Ilibs/x86emu LDFLAGS += -Llibs/x86emu diff --git a/v86.h b/v86.h index 060d16b..66c9306 100644 --- a/v86.h +++ b/v86.h @@ -17,7 +17,7 @@ struct completion; -#include "kernel/uvesafb.h" +#include