sdcc gets the lib path correct based on the model
[fw/altos] / target / blink / Makefile
index 1f18f52901807480594eeda02cd0d28672501b31..d0112e625168bf3d8e1e7f4c3b3852cbbf90eeff 100644 (file)
@@ -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
@@ -42,3 +42,5 @@ blink-flash.ihx: blink-ram.ihx
 clean:
        rm -f $(ADB) $(ASM) $(LNK) $(LST) $(REL) $(RST) $(SYM)
        rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM)
+
+install: