diff options
Diffstat (limited to 'boot/Makefile')
| -rw-r--r-- | boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index 482744f..7f4be6b 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -19,8 +19,8 @@ LDFLAGS := --target=$(ARCH)-unknown-windows -nostdlib -ggdb \ all: $(IMAGE) -CRT_OBJS := start.o -LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o +CRT_OBJS := start.o bind.o +LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o printf.o stdio.o EFI_OBJS := file.o memory.o protocol.o image.o APP_OBJS := main.o |
