From 8fa3f22e388b75276737466e984a49545cb8a108 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 5 Feb 2023 11:16:42 +0200 Subject: Remove makefile include targets --- i686/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'i686/Makefile') diff --git a/i686/Makefile b/i686/Makefile index 6bbc642..9aa0ed1 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -1,9 +1,12 @@ include ../Makefile.config +INCLUDES := -isystem../grub +CFLAGS += ${INCLUDES} +CXXFLAGS += ${INCLUDES} + arch.SRCS = boot.S init.s \ gdt.c lgdt.c \ lidt.c isr.c -arch.OBJS = include include ../rules.mk -- cgit v1.2.1