diff --git a/branches/follower/wiz810mj/src/lib/Makefile b/branches/follower/wiz810mj/src/lib/Makefile index f4cf841..52bf373 100644 --- a/branches/follower/wiz810mj/src/lib/Makefile +++ b/branches/follower/wiz810mj/src/lib/Makefile @@ -63,7 +63,7 @@ serial.o: ../mcu/serial.c main.o: ../main/main.c $(CC) $(INCLUDES) $(CFLAGS) -c $< -socket.o: ../iinchip/socket.c +socket.o: socket.c $(CC) $(INCLUDES) $(CFLAGS) -c $< w5100.o: ../iinchip/w5100.c