X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Farm_atsam.mk;h=25a3411f4f9f90af1ec4183cf0d38b59928b2eed;hb=7ec583e5efb276ce90a40a1df985de7d0d0b8f46;hp=06823fb629f964140690c73816b79bc528d78e48;hpb=2bb2977c133646c4e056960e72029270d77cc1eb;p=qmk_firmware.git diff --git a/tmk_core/arm_atsam.mk b/tmk_core/arm_atsam.mk index 06823fb62..25a3411f4 100644 --- a/tmk_core/arm_atsam.mk +++ b/tmk_core/arm_atsam.mk @@ -6,7 +6,7 @@ CC = arm-none-eabi-gcc OBJCOPY = arm-none-eabi-objcopy OBJDUMP = arm-none-eabi-objdump SIZE = arm-none-eabi-size -AR = arm-none-eabi-ar rcs +AR = arm-none-eabi-ar NM = arm-none-eabi-nm HEX = $(OBJCOPY) -O $(FORMAT) -R .eeprom -R .fuse -R .lock -R .signature EEP = $(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O $(FORMAT)