260
260
CPPFLAGS += $(patsubst %, -I $(ARDUINODIR)/libraries/%/utility, $(LIBRARIES))
261
261
CPPDEPFLAGS = -MMD -MP -MF .dep/$<.dep
262
262
CPPINOFLAGS := -x c++ -include $(ARDUINOCOREDIR)/Arduino.h
264
264
AVRDUDEFLAGS += -p $(BOARD_BUILD_MCU) -P $(SERIALDEV)
265
265
AVRDUDEFLAGS += -c $(BOARD_UPLOAD_PROTOCOL) -b $(BOARD_UPLOAD_SPEED)
268
268
# figure out which arg to use with stty (for OS X, GNU and busybox stty)
269
269
STTYFARG := $(shell stty --help 2>&1 | \