Cherry pick files from the module branch

This commit is contained in:
2023-10-06 14:23:15 +02:00
parent 6994d8d05a
commit 4bab1e30fc
4 changed files with 21 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ CCFLAGS += -Iinclude -I../../include
CCFLAGS += -save-temps=obj
include ../../lib/Wildcard.mk
SRCS = $(call rwildcard, src, c cpp s)
SRCS = $(call rwildcard, src, c cpp s)
include ../../lib/Makefile
LIB_DIR = ../../lib/$(CONFIG_NAME)
@@ -46,4 +46,5 @@ clean:
rm -fr $(SPLASH_IMAGE)
rm -fr $(SPLASH_IMAGE_NTSC)
rm -fr $(OUTPUT_DIR)
rm -fr gcm.cache
rm -fr $(LIB_DIR)/$(ARTIFACT).a