diff --git a/Makefile b/Makefile index 3430a76..663d77d 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ DAISYSP_DIR = ./lib/daisySP # Reduce binary size OPT += -Os +APP_TYPE = BOOT_SRAM SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core include $(SYSTEM_FILES_DIR)/Makefile