Show
Ignore:
Timestamp:
11/02/07 03:54:59 (14 months ago)
Author:
follower
Message:

Remove unneeded MD5 module references (it's only needed by PPPoe).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/src/lib/Makefile

    r22 r23  
    3838 
    3939## Objects that must be built in order to link 
    40 OBJECTS = md5.o socket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o 
     40OBJECTS = socket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o 
    4141 
    4242## Objects explicitly added by the user 
     
    6262 
    6363main.o: ../main/main.c 
    64     $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
    65  
    66 md5.o: ../iinchip/md5.c 
    6764    $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
    6865