From ae3fe3b96f3839f93eff8a297f9f72b8b7358699 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Mon, 27 Feb 2012 14:00:29 +0000 Subject: [PATCH] examples: Link against .so If .so is present, link against that, not the static lib Signed-off-by: Michel Pollet --- examples/board_hd77480/Makefile | 1 - examples/board_i2ctest/Makefile | 1 - examples/board_ledramp/Makefile | 1 - examples/board_simduino/Makefile | 1 - examples/board_timer_64led/Makefile | 1 - 5 files changed, 5 deletions(-) diff --git a/examples/board_hd77480/Makefile b/examples/board_hd77480/Makefile index 0824356..ed1a883 100644 --- a/examples/board_hd77480/Makefile +++ b/examples/board_hd77480/Makefile @@ -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 diff --git a/examples/board_i2ctest/Makefile b/examples/board_i2ctest/Makefile index 0174370..431de89 100644 --- a/examples/board_i2ctest/Makefile +++ b/examples/board_i2ctest/Makefile @@ -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 diff --git a/examples/board_ledramp/Makefile b/examples/board_ledramp/Makefile index cc6ac68..09161f0 100644 --- a/examples/board_ledramp/Makefile +++ b/examples/board_ledramp/Makefile @@ -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 diff --git a/examples/board_simduino/Makefile b/examples/board_simduino/Makefile index b620ba2..09495fa 100644 --- a/examples/board_simduino/Makefile +++ b/examples/board_simduino/Makefile @@ -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 diff --git a/examples/board_timer_64led/Makefile b/examples/board_timer_64led/Makefile index 0dd9272..35fe216 100644 --- a/examples/board_timer_64led/Makefile +++ b/examples/board_timer_64led/Makefile @@ -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 -- 2.39.5