Add knowledge of device-specific assembler

This commit is contained in:
Ryan Pavlik 2012-09-20 11:28:42 -05:00
parent aaed1fc6fa
commit 87060fa5c2

View file

@ -536,6 +536,7 @@ DEP_FILE = $(OBJDIR)/depends.mk
# Names of executables
CC = $(AVR_TOOLS_PATH)/avr-gcc
CXX = $(AVR_TOOLS_PATH)/avr-g++
AS = $(AVR_TOOLS_PATH)/avr-as
OBJCOPY = $(AVR_TOOLS_PATH)/avr-objcopy
OBJDUMP = $(AVR_TOOLS_PATH)/avr-objdump
AR = $(AVR_TOOLS_PATH)/avr-ar