examples: Link against .so
authorMichel Pollet <buserror@gmail.com>
Mon, 27 Feb 2012 14:00:29 +0000 (14:00 +0000)
committerMichel Pollet <buserror@gmail.com>
Mon, 27 Feb 2012 14:00:29 +0000 (14:00 +0000)
If .so is present, link against that, not the static lib

Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/board_hd77480/Makefile
examples/board_i2ctest/Makefile
examples/board_ledramp/Makefile
examples/board_simduino/Makefile
examples/board_timer_64led/Makefile

index 0824356..ed1a883 100644 (file)
@@ -50,7 +50,6 @@ ${board} : ${OBJ}/ac_input.o
 ${board} : ${OBJ}/hd44780.o
 ${board} : ${OBJ}/hd44780_glut.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index 0174370..431de89 100644 (file)
@@ -43,7 +43,6 @@ board = ${OBJ}/${target}.elf
 
 ${board} : ${OBJ}/${target}.o
 ${board} : ${OBJ}/i2c_eeprom.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index cc6ac68..09161f0 100644 (file)
@@ -46,7 +46,6 @@ board = ${OBJ}/${target}.elf
 
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index b620ba2..09495fa 100644 (file)
@@ -47,7 +47,6 @@ board = ${OBJ}/${target}.elf
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/uart_udp.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done
index 0dd9272..35fe216 100644 (file)
@@ -47,7 +47,6 @@ board = ${OBJ}/${target}.elf
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/hc595.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done