209
207
BOARD_BOOTLOADER_FILE := $(call readboardsparam,bootloader.file)
211
209
# obtain preferences from the IDE's preferences.txt
214
211
ifneq "$(PREFERENCESFILE)" ""
215
212
readpreferencesparam = $(shell sed -ne "s/$(1)=\(.*\)/\1/p" $(PREFERENCESFILE))
216
213
SKETCHBOOKDIR := $(call readpreferencesparam,sketchbook.path)