firmware: disable Stellar for now

pull/25/head
Pavol Rusnak 6 years ago
parent a49e0a9d16
commit 16ad5ce854
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save