-std=gnu90 \
-ffreestanding \
-fsingle-precision-constant \
- -pedantic \
- -pedantic-errors \
-Wall \
-Wextra \
-Wconversion \
# --------------------------------------------------------------------------- #
-objs := kernel.o
+objs := kernel.o kentry.o
lds := kernel.ld
LDFLAGS += -T $(lds)