summaryrefslogtreecommitdiff
path: root/loader/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 00:16:34 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 00:16:34 +0000
commit862cfbbb56382833d94ee5295062a1c4ca91e1ec (patch)
tree9fa11bd156bc1b9a7f8388928442237c3ac7f047 /loader/Makefile
parent798b1dc391f424868f5f4bac8937c191ed4716b8 (diff)
moved strtoull() into string.c
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile
index f1406a6..48b0e98 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -16,7 +16,7 @@ LDFLAGS := --target=$(GNUEFIARCH)-unknown-windows -nostdlib -ggdb \
all: $(IMAGE)
-OBJS := main_efi.o elf64.o memcmp.o memmove.o kprintf.o strtoull.o memset.o \
+OBJS := main_efi.o elf64.o memcmp.o memmove.o kprintf.o string.o memset.o \
memcpy.o
DEPS := $(OBJS:.o=.d)