mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-30 11:28:21 +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 += ethereum_tokens.o
|
||||||
OBJS += nem2.o
|
OBJS += nem2.o
|
||||||
OBJS += nem_mosaics.o
|
OBJS += nem_mosaics.o
|
||||||
OBJS += stellar.o
|
# OBJS += stellar.o
|
||||||
|
|
||||||
OBJS += debug.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_ethereum.h"
|
||||||
#include "fsm_msg_crypto.h"
|
#include "fsm_msg_crypto.h"
|
||||||
#include "fsm_msg_nem.h"
|
#include "fsm_msg_nem.h"
|
||||||
#include "fsm_msg_stellar.h"
|
// #include "fsm_msg_stellar.h"
|
||||||
#include "fsm_msg_debug.h"
|
#include "fsm_msg_debug.h"
|
||||||
|
@ -12,7 +12,7 @@ PYTHON ?= python
|
|||||||
protoc -I/usr/include -I. $< --python_out=.
|
protoc -I/usr/include -I. $< --python_out=.
|
||||||
|
|
||||||
messages_map.h: messages_map.py messages_pb2.py types_pb2.py
|
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:
|
clean:
|
||||||
rm -f *.pb *.o *.d *.pb.c *.pb.h *_pb2.py messages_map.h
|
rm -f *.pb *.o *.d *.pb.c *.pb.h *_pb2.py messages_map.h
|
||||||
|
Loading…
Reference in New Issue
Block a user