X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fconfig.mk;h=752313a3eecec65ed1f16a9ed64dc102d10bb285;hb=c95d3753aa276404cc5fcabd41e9bee372321d50;hp=67e4dbd080d2b1ce8b1d34cce039685765514500;hpb=9fefde76822d56c8eb02d096074566bcb302c29c;p=bertos.git diff --git a/bertos/config.mk b/bertos/config.mk index 67e4dbd0..752313a3 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -10,8 +10,6 @@ # # Programmer type # see local pgm_config.mk for programmer customization. --include pgm_config.mk -DPROG ?= -V -c stk500 -P /dev/ttyS0 OPTCFLAGS = -ffunction-sections -fdata-sections #OPTCFLAGS = -funsafe-loop-optimizations @@ -25,7 +23,6 @@ DEBUGCFLAGS = -ggdb # # define some variables based on the AVR base path in $(AVR) # -#CROSS = avr- CC = gcc CXX = g++ AR = ar