diff --git a/Makefile b/Makefile index a6f294c..d078c09 100755 --- a/Makefile +++ b/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 diff --git a/src_genericwallet/chainConfig.h b/src/chainConfig.h similarity index 100% rename from src_genericwallet/chainConfig.h rename to src/chainConfig.h diff --git a/src_genericwallet/main.c b/src/main.c similarity index 100% rename from src_genericwallet/main.c rename to src/main.c diff --git a/src_genericwallet/tokens.c b/src/tokens.c similarity index 100% rename from src_genericwallet/tokens.c rename to src/tokens.c diff --git a/src_genericwallet/tokens.h b/src/tokens.h similarity index 100% rename from src_genericwallet/tokens.h rename to src/tokens.h