fix ar usage

This commit is contained in:
Pavol Rusnak 2016-05-24 20:27:45 +02:00
parent 27b3c63d85
commit 94b6733a6e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ OBJS += gen/bitmaps.o
OBJS += gen/fonts.o
libtrezor.a: $(OBJS)
ar rcs libtrezor.a $(OBJS)
$(AR) rcs libtrezor.a $(OBJS)
include Makefile.include

View File

@ -6,6 +6,7 @@ CC = $(PREFIX)gcc
LD = $(PREFIX)gcc
OBJCOPY = $(PREFIX)objcopy
OBJDUMP = $(PREFIX)objdump
AR = $(PREFIX)ar
FLASH = st-flash
OPENOCD = openocd