X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Fexamples%2Fxa51%2FMakefile;h=f3cf460fbe325b4271370864677545173730a134;hb=7bd65e1fe4f20a1fbfd8efee29982849824704bd;hp=b66486c772d6ed49c243eb8acd1578af29cd4b73;hpb=0f13c644cfaea92c44ee33764cce21da520676f1;p=fw%2Fsdcc diff --git a/device/examples/xa51/Makefile b/device/examples/xa51/Makefile index b66486c7..f3cf460f 100644 --- a/device/examples/xa51/Makefile +++ b/device/examples/xa51/Makefile @@ -2,7 +2,8 @@ CC = sdcc CFLAGS= -Wa-s MFLAGS= -mxa51 -LFLAGS= --code-loc 0x1000 --xram-loc 0x4000 +#LFLAGS= --code-loc 0x1000 --xram-loc 0x4000 +LFLAGS= --xram-loc 0x4000 all: hello.hex