From 0ad50c878838640ce53c202ab028d7b2c5810fe6 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 28 Sep 2021 09:04:01 -0500 Subject: arch: i386: add support for 8259 PIC Add support for the 8259 programmable interrupt controller. Signed-off-by: Danny Holman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ce287d..52fda4e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=i686-elf-gcc INCLUDE?=-Iinclude -CFLAGS?=-O2 -ffreestanding -std=gnu11 +CFLAGS?=-O2 -ffreestanding -std=gnu11 LDFLAGS?=-nostdlib LIBS?=-lgcc -- cgit v1.2.3