Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nagdahimanshu committed Apr 4, 2024
1 parent aa3ace9 commit 3d60858
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ****************************************************************************

ifeq ($(BOLOS_SDK),)
$(error Environment variable BOLOS_SDK is not set)
endif

include $(BOLOS_SDK)/Makefile.defines

ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_NANOX TARGET_STAX))
CUSTOM_APP_FLAGS = 0x200
else
CUSTOM_APP_FLAGS = 0x000
endif

# Application name
APPNAME = "Lisk"

# Application version
Expand Down Expand Up @@ -56,8 +50,6 @@ PATH_APP_LOAD_PARAMS = "44'/134'"
VARIANT_PARAM = COIN
VARIANT_VALUES = LSK

HAVE_APPLICATION_FLAG_LIBRARY = 0

DISABLE_STANDARD_APP_FILES = 1
DISABLE_STANDARD_SNPRINTF = 1
DISABLE_STANDARD_USB = 1
Expand Down

0 comments on commit 3d60858

Please sign in to comment.