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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user