mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
firmware: disable Stellar for now
This commit is contained in:
parent
a49e0a9d16
commit
16ad5ce854
@ -28,7 +28,7 @@ OBJS += ethereum.o
|
||||
OBJS += ethereum_tokens.o
|
||||
OBJS += nem2.o
|
||||
OBJS += nem_mosaics.o
|
||||
OBJS += stellar.o
|
||||
# OBJS += stellar.o
|
||||
|
||||
OBJS += debug.o
|
||||
|
||||
|
@ -247,5 +247,5 @@ static bool fsm_layoutAddress(const char *address, const char *desc, bool ignore
|
||||
#include "fsm_msg_ethereum.h"
|
||||
#include "fsm_msg_crypto.h"
|
||||
#include "fsm_msg_nem.h"
|
||||
#include "fsm_msg_stellar.h"
|
||||
// #include "fsm_msg_stellar.h"
|
||||
#include "fsm_msg_debug.h"
|
||||
|
@ -12,7 +12,7 @@ PYTHON ?= python
|
||||
protoc -I/usr/include -I. $< --python_out=.
|
||||
|
||||
messages_map.h: messages_map.py messages_pb2.py types_pb2.py
|
||||
$(PYTHON) $< | grep -v MessageType_Lisk > $@
|
||||
$(PYTHON) $< | grep -v -e MessageType_Lisk -e MessageType_Stellar > $@
|
||||
|
||||
clean:
|
||||
rm -f *.pb *.o *.d *.pb.c *.pb.h *_pb2.py messages_map.h
|
||||
|
Loading…
Reference in New Issue
Block a user