commit | f2841d377060cb2c3bedfcdfda6aab3066d6c4f1 | [log] [tgz] |
---|---|---|
author | Markus Klotzbuecher <mk@denx.de> | Thu Mar 30 13:40:55 2006 +0200 |
committer | Markus Klotzbücher <mk@pollux.denx.de> | Thu Mar 30 13:40:55 2006 +0200 |
tree | 6cfc398bad35e22130a63f005b7b3e580191bf29 | |
parent | eeaab720f66f0281b9a1ea3c1f8765bf34e4411e [diff] [blame] |
Add support for ymodem protocol (loady command). Patch by Stefano Babic, 29 Mar 2006
diff --git a/common/Makefile b/common/Makefile index 7dbf84a..eb0b5da 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -51,7 +51,7 @@ memsize.o miiphybb.o miiphyutil.o \ s_record.o serial.o soft_i2c.o soft_spi.o spartan2.o spartan3.o \ usb.o usb_kbd.o usb_storage.o \ - virtex2.o xilinx.o + virtex2.o xilinx.o crc16.o xyzModem.o OBJS = $(AOBJS) $(COBJS)