X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=blobdiff_plain;f=Makefile;h=c3510938c72abeee53245b818c089643614c2dad;hb=3542affaeda7df7b886cd8a9681b65d7a0b4a737;hp=f254d0c8ed42952a44a7d1cd42ad6c699b727b63;hpb=1e4f7922ce4a13857474e457ca51f20d3555b707;p=nameless-os.git diff --git a/Makefile b/Makefile index f254d0c..c351093 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export GIT_REV = $(shell git describe --long HEAD) CFLAGS = -g -fgnu89-inline -Ikernel/include -Ikernel/include/arch/x86 -ffreestanding -DGIT_COMMIT=\"$(GIT_REV)\" -KERNEL_OBJ = kernel/entry.o kernel/arch/x86/halt.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 +KERNEL_OBJ = kernel/entry.o kernel/arch/x86/halt.o kernel/arch/x86/tty/tty.o kernel/drivers/irq/i8259a.o kernel/arch/x86/irq/idt.o kernel/arch/x86/irq/interrupt.o kernel/arch/x86/irq/stub.o kernel/kernel.o BOOTLOADER_OBJ = boot/x86/mbr boot/x86/vbr-fat32 boot/x86/stage3/LOADER.BIN boot/x86/stage3/loader.elf