Update Makefile
This commit is contained in:
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ QEMU_MKE_IMG := qemu-img create -f raw espresso.img 64M
|
||||
NASMFLAGS := -f elf32
|
||||
CFLAGS := -std=gnu99 -ffreestanding -O2 -Wall -Wextra -msse
|
||||
LDFLAGS := -T linker.ld -ffreestanding -O2 -nostdlib
|
||||
SRC_DIRS := kernel drivers src lib
|
||||
SRC_DIRS := kernel drivers lib
|
||||
INCLUDE_DIRS := include
|
||||
INCLUDES := $(addprefix -I, $(INCLUDE_DIRS))
|
||||
ISO_DIR := isodir
|
||||
|
Reference in New Issue
Block a user