diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-01-31 00:48:54 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-01-31 00:48:54 +0000 |
| commit | 2fb3f208bd2e739a8968afb23d22e13b6660ca22 (patch) | |
| tree | 4bf02b06ed27c2726f675f752e064211df934323 /boot/Makefile | |
| parent | 0d2ddecc9aeb232746b76b4eebdb1381053a8951 (diff) | |
spread around defs, x86 asm and bits libs
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 3c47336..49b6639 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -4,7 +4,7 @@ include ../defaults.mk $(CC.info) @$(CC) $(LDFLAGS) -o $@ $^ -VPATH := ../lib efi/ +VPATH := ../lib ../lib/asm/$(ARCH) efi/ IMAGE := kjarna.efi @@ -22,7 +22,7 @@ LDFLAGS := --target=$(ARCH)-unknown-windows -nostdlib -ggdb \ all: $(IMAGE) CRT_OBJS := start.o bind.o -LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o printf.o stdio.o +LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o printf.o stdio.o msr.o EFI_OBJS := file.o memory.o protocol.o image.o APP_OBJS := main.o fake_syscall_entry.o |
