From 2fb3f208bd2e739a8968afb23d22e13b6660ca22 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Fri, 31 Jan 2025 00:48:54 +0000 Subject: spread around defs, x86 asm and bits libs --- boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/Makefile') 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 -- cgit v1.3.1-1-g115d