Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
define app stack size directly in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard Merle committed Feb 25, 2021
1 parent 768d3b0 commit 1742bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 173 deletions.
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ all: bin/app.elf

include $(BOLOS_SDK)/Makefile.defines

DEFINES = APP_SECRET_MODE_ENABLED
DEFINES += APP_SECRET_MODE_ENABLED

ifeq ($(APP_TESTING),1)
DEFINES += APP_TESTING
Expand Down Expand Up @@ -85,7 +85,7 @@ endif
APP_LOAD_PARAMS = --appFlags 0x200 --delete $(COMMON_LOAD_PARAMS) --path $(APPPATH)

ifeq ($(TARGET_NAME),TARGET_NANOS)
SCRIPT_LD:=$(CURDIR)/script.ld
APP_STACK_SIZE:=2820
ICONNAME:=$(CURDIR)/nanos_icon.gif
OUTPUT_ELF:= $(CURDIR)/output/app_s.elf
OUTPUT_INSTALLER:= $(CURDIR)/pkg/installer_s.sh
Expand Down
171 changes: 0 additions & 171 deletions app/script.ld

This file was deleted.

0 comments on commit 1742bfa

Please sign in to comment.