move src_genericwallet to src

This will avoid an error with glyph.h which is not found when compiling deps.

Due to INCLUDE_PATH is looking for *.h but the glyph.h doesn't exist at this moment
This commit is contained in:
Clément Péron
2018-12-19 17:02:02 +01:00
parent 6d51932970
commit 400bece184
5 changed files with 1 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ LDLIBS += -lm -lgcc -lc
include $(BOLOS_SDK)/Makefile.glyphs
### variables processed by the common makefile.rules of the SDK to grab source files and include dirs
APP_SOURCE_PATH += src_genericwallet src_common src
APP_SOURCE_PATH += src_common src
SDK_SOURCE_PATH += lib_stusb lib_stusb_impl lib_u2f
load: all