Compatibility with 1.6-og SDK

This commit is contained in:
BTChip 2019-11-11 14:25:33 +01:00
parent 023594ef55
commit 0892d3704a

View File

@ -15,6 +15,12 @@
# limitations under the License.
#*******************************************************************************
# temporary redef, to ensure wider compliance of the SDK with pre-1.6 apps
ifeq ($(TARGET_NAME),TARGET_NANOX)
SDK_SOURCE_PATH += lib_bagl
else
SDK_SOURCE_PATH += lib_ux
endif
#Make the SDK modified SDK sources prioritar to the original ones
@ -26,4 +32,4 @@ VPATH := $(dir $(SOURCE_FILES))
OBJECT_FILES := $(sort $(addprefix obj/, $(addsuffix .o, $(basename $(notdir $(SOURCE_FILES))))))
DEPEND_FILES := $(sort $(addprefix dep/, $(addsuffix .d, $(basename $(notdir $(SOURCE_FILES))))))
include $(BOLOS_SDK)/Makefile.rules_generic
include $(BOLOS_SDK)/Makefile.rules_generic