aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5954371..31666a7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ COBJS = src/main.o \
src/drivers/interrupts.o \
src/drivers/interrupts_asm.o \
src/drivers/keyboard.o \
+ src/drivers/ide.o \
+ src/features/fs.o \
src/lib/str.o \
src/lib/mem.o \
src/lib/math.o \
@@ -17,7 +19,7 @@ LD = cross/opt/bin/i686-elf-ld
AS = nasm
# TODO: Use lib as external library
-CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -mgeneral-regs-only -mno-80387 -std=c99 -pedantic-errors -Isrc/lib/inc/ -Isrc/inc/ -c
+CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -mgeneral-regs-only -std=c99 -pedantic-errors -Isrc/lib/inc/ -Isrc/inc/ -c
ASFLAGS = -f elf32