added serial to list of objects + changed fb.o to ports.o
This commit is contained in:
parent
897c23faca
commit
980b181e76
2
makefile
2
makefile
@ -3,7 +3,7 @@ ASM=nasm
|
|||||||
LINK=ld
|
LINK=ld
|
||||||
ISO=genisoimage
|
ISO=genisoimage
|
||||||
|
|
||||||
OBJECTS=loader.o framebuffer.o fb.o stlio.o tests.o
|
OBJECTS=loader.o serial.o framebuffer.o ports.o stlio.o tests.o
|
||||||
AFLAGS=-f elf32
|
AFLAGS=-f elf32
|
||||||
CFLAGS=-m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartfiles \
|
CFLAGS=-m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartfiles \
|
||||||
-nodefaultlibs -Wall -Wextra -Werror -c
|
-nodefaultlibs -Wall -Wextra -Werror -c
|
||||||
|
Loading…
Reference in New Issue
Block a user