diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-11-03 14:47:44 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-11-03 14:47:44 +0000 |
| commit | 9f9d0aed3e15aabf8cda73a41e9cb1996a10d042 (patch) | |
| tree | e3d812e33e9707fae92d3856e950d2e0d2cbe576 | |
| parent | 4971aa814d0ef52707503cc2138c67c4c5662b54 (diff) | |
file rename
| -rw-r--r-- | loader/Makefile | 2 | ||||
| -rw-r--r-- | loader/main_efi.c (renamed from loader/entry_efi.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index 4905554..975c2ce 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -10,7 +10,7 @@ CPPFLAGS += -I../api all: $(BUILD) -OBJS := entry_efi.o loader_efi.o paging_efi.o memory_efi.o image_efi.o \ +OBJS := main_efi.o loader_efi.o paging_efi.o memory_efi.o image_efi.o \ memcmp.o memmove.o DEPS := $(OBJS:.o=.d) diff --git a/loader/entry_efi.c b/loader/main_efi.c index 070cc16..070cc16 100644 --- a/loader/entry_efi.c +++ b/loader/main_efi.c |
