From 6000a7447f60782ce3b0ca074b606033afb3af5f Mon Sep 17 00:00:00 2001 From: Tyler <5952757+TylerHann@users.noreply.github.com> Date: Thu, 4 Oct 2018 01:46:35 -0600 Subject: [PATCH] Makefile fix --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 982cba0d..e12cccbc 100755 --- a/Makefile +++ b/Makefile @@ -83,9 +83,6 @@ LD := $(GCCPATH)arm-none-eabi-gcc LDFLAGS += -O3 -Os LDLIBS += -lm -lgcc -lc -# import rules to compile glyphs(/pone) -include $(BOLOS_SDK)/Makefile.glyphs - # Main rules all: default @@ -96,6 +93,8 @@ load: all delete: python -m ledgerblue.deleteApp $(COMMON_DELETE_PARAMS) -# Import generic rules from the SDK +# import rules to compile glyphs(/pone) +include $(BOLOS_SDK)/Makefile.glyphs +# Import generic rules from the SDK include $(BOLOS_SDK)/Makefile.rules