diff options
| author | Ada Christine <adachristine18@gmail.com> | 2026-05-24 15:57:33 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2026-05-24 15:57:33 +0000 |
| commit | c77b8a02c8d338c85bf616a7428bdc51807c2963 (patch) | |
| tree | 9a27a95d537c0a7fba9edb39c7bd339e4af50ee1 /loader/Makefile | |
| parent | f5718812c5cb3ba00b43c67937e9e571da03f7cf (diff) | |
updatemain
Diffstat (limited to 'loader/Makefile')
| -rw-r--r-- | loader/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/Makefile b/loader/Makefile index fd50330..1f8e003 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -1,11 +1,11 @@ include ../defaults.mk include ../efi.mk -VPATH := ../lib +VPATH := ../lib ../lib/libc IMAGE := loader.efi -CPPFLAGS += -I../api -I../lib +CPPFLAGS += -I../api -I../lib/api CFLAGS += --target=$(GNUEFIARCH)-unknown-windows -fshort-wchar -mno-avx \ -mno-sse -mno-mmx -funsigned-char -Wno-pointer-sign -ggdb \ @@ -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 string.o memset.o \ +OBJS := main_efi.o elf64.o memcmp.o memmove.o printf.o string.o memset.o \ memcpy.o DEPS := $(OBJS:.o=.d) |
