300
300
CPPDEPFLAGS = -MMD -MP -MF .dep/$<.dep
301
301
CPPINOFLAGS := -x c++ -include $(ARDUINOCOREDIR)/Arduino.h
302
302
AVRDUDEFLAGS += $(addprefix -C , $(AVRDUDECONF)) -DV
305
305
LINKFLAGS += -Os -Wl,--gc-sections -mmcu=$(BOARD_BUILD_MCU)
307
307
# figure out which arg to use with stty (for OS X, GNU and busybox stty)