X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Fblink%2FMakefile;h=d0112e625168bf3d8e1e7f4c3b3852cbbf90eeff;hb=a0a27600ee2bf237e74eb83767a8d2e7c91df24f;hp=4c9b4102ca97da3664c513bdaef6f1315a540cdb;hpb=ea366058aa467a8a7caf17e7014758f3741ea7f7;p=fw%2Faltos diff --git a/target/blink/Makefile b/target/blink/Makefile index 4c9b4102..d0112e62 100644 --- a/target/blink/Makefile +++ b/target/blink/Makefile @@ -7,7 +7,7 @@ CFLAGS=--model-large $(DEBUG) --less-pedantic \ --no-peep --int-long-reent --float-reent \ --data-loc 0x30 -LDFLAGS=-L/usr/share/sdcc/lib/large --out-fmt-ihx +LDFLAGS=--out-fmt-ihx LDFLAGS_RAM=$(LDFLAGS) --code-loc 0xf000 --xram-loc 0xf400 --xram-size 1024 LDFLAGS_FLASH=$(LDFLAGS) --code-loc 0x0000 --xram-loc 0xf000 --xram-size 1024