Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Isuruni authored Sep 27, 2021
1 parent e830a4f commit b1068ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
OBJECTS = loader.o kmain.o io.o framebuffer.o serial_port.o gdt.o segmentation.o idt.o pic.o keyboard.o interrupt_handler.o interrupts.o page_enable.o common.o paging.o kheap.o
OBJECTS = loader.o kmain.o io.o framebuffer.o serial_port.o gdt.o segmentation.o idt.o pic.o keyboard.o interrupt_handler.o interrupts.o page_enable.o common.o paging.o kheap.o start.o
CC = gcc
CFLAGS = -m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector \
-nostartfiles -nodefaultlibs -Wall -Wextra -Werror -c

LDFLAGS = -T link.ld -melf_i386
AS = nasm
ASFLAGS = -f elf
Expand Down

0 comments on commit b1068ab

Please sign in to comment.