X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fconfig.mk;h=b21b2c1f96210576eff3606c293eabee5a6797b3;hb=4b4f34de5ffd5ccd065427d129f120aae300b7ca;hp=05899995d381c2ee7b6a440ed22814e20302827b;hpb=1f72adbc5322c4515f1fafc4e92653bc81055f3e;p=bertos.git diff --git a/bertos/config.mk b/bertos/config.mk index 05899995..b21b2c1f 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -15,8 +15,8 @@ DPROG ?= -V -c stk500 -P /dev/ttyS0 # Set to 1 to build for embedded devices. # e.g. produce target.elf instead of target and target_nostrip -EMBEDDED_TARGET = 1 -#EMBEDDED_TARGET = 0 +#EMBEDDED_TARGET = 1 +EMBEDDED_TARGET = 0 OPTCFLAGS = -ffunction-sections -fdata-sections #OPTCFLAGS = -funsafe-loop-optimizations @@ -58,7 +58,7 @@ COFFCONVERT=$(OBJCOPY) \ --change-section-address .noinit-0x800000 \ --change-section-address .eeprom-0x810000 -INCDIR = -Ibertos +INCDIR = -I. -Ibertos LIBDIR = lib OBJDIR = obj OUTDIR = images