Cleanup for years unused code

Compiler was also getting confused and actually not removing the unused functions.
So that also saves binary space.
This commit is contained in:
CTCaer
2022-12-19 04:27:38 +02:00
parent c0cc9c9f4f
commit c86554e954
8 changed files with 5 additions and 1337 deletions

View File

@@ -26,7 +26,7 @@ OBJS = $(addprefix $(BUILDDIR)/$(TARGET)/, \
start.o exception_handlers.o \
main.o heap.o \
gfx.o logos.o tui.o \
fe_emmc_tools.o fe_info.o fe_tools.o \
fe_info.o fe_tools.o \
)
# Hardware.