Remove some obsolete make variables

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 9ac3955f41
commit 7c489645c3
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -71,19 +71,6 @@ export LIB_FILE_PATH := $(OUTPUT_PATH)/$(OUTPUT_FILE_PREFIX).a
KALEIDOSCOPE_BUNDLE_LIB_DIR := $(abspath (KALEIDOSCOPE_DIR)/..)
# We should use compiler.path instead of appending bin, but we
# don't have substitution for arduino props yet
export COMPILER_PATH := $(call _arduino_prop,runtime.tools.avr-gcc.path)/bin
# Allow the compiler prefix to be empty for virtual builds
COMPILER_PREFIX ?= avr-
AVR_OBJDUMP := ${COMPILER_PATH}/${COMPILER_PREFIX}objdump
AVR_OBJCOPY := ${COMPILER_PATH}/${COMPILER_PREFIX}objcopy
AVR_NM := ${COMPILER_PATH}/${COMPILER_PREFIX}nm
AVR_SIZE := ${COMPILER_PATH}/${COMPILER_PREFIX}size
# Flashing related config
flashing_instructions := $(call _arduino_prop,build.flashing_instructions)

Loading…
Cancel
Save