mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-09 07:10:30 +00:00
Compatibility with 1.6-og SDK
This commit is contained in:
parent
023594ef55
commit
0892d3704a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user