Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

EOS Support #449

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions firmware/Makefile
Expand Up @@ -30,6 +30,9 @@ OBJS += nem2.o
OBJS += nem_mosaics.o
OBJS += stellar.o
OBJS += lisk.o
OBJS += eos.o
OBJS += eosio_system.o
OBJS += eosio_token.o

OBJS += debug.o

Expand Down Expand Up @@ -93,6 +96,7 @@ OBJS += protob/messages-management.pb.o
OBJS += protob/messages-nem.pb.o
OBJS += protob/messages-stellar.pb.o
OBJS += protob/messages-lisk.pb.o
OBJS += protob/messages-eos.pb.o

OPTFLAGS ?= -Os

Expand Down Expand Up @@ -128,3 +132,6 @@ bl_data.h: bl_data.py ../bootloader/bootloader.bin
clean::
rm -f bl_data.h
find -maxdepth 1 -name "*.mako" | sed 's/.mako$$//' | xargs rm -f

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: delete stray whitespace.