X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B?a=blobdiff_plain;f=Makefile;h=bff97e5db3072b6832148e6e3cf900c098d2d30f;hb=65158c3beba4fe8e41c8ea1478298ba3a0239c69;hp=c823fc4d53015e5c1e7e9f783f4ebf2be3b7af80;hpb=d00271672b67f2f05d061dcdc7e5c2c8d031f14a;p=nameless-os.git diff --git a/Makefile b/Makefile index c823fc4..bff97e5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ QEMU = qemu-system-i386 -monitor stdio export GIT_REV = $(shell git describe --long HEAD) -CFLAGS = -g -Iinclude/arch/x86 -ffreestanding -DGIT_COMMIT=\"$(GIT_REV)\" +CFLAGS = -g -fgnu89-inline -Iinclude/arch/x86 -ffreestanding -DGIT_COMMIT=\"$(GIT_REV)\" KERNEL_OBJ = kernel/entry.o kernel/arch/x86/tty/tty.o kernel/drivers/irq/i8259a.o kernel/arch/x86/irq/idt.o kernel/arch/x86/irq/sample_handler.o kernel/kernel.o