FreeCalypso > hg > freecalypso-sw
diff target-utils/libload/Makefile @ 63:cc1d2413991a
loadagent: AMD flash write implemented
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 27 Jun 2013 23:22:25 +0000 |
| parents | 9b4c5ce3db8b |
| children | 7daea2476062 |
line wrap: on
line diff
--- a/target-utils/libload/Makefile Thu Jun 27 04:56:17 2013 +0000 +++ b/target-utils/libload/Makefile Thu Jun 27 23:22:25 2013 +0000 @@ -5,7 +5,7 @@ RANLIB= arm-elf-ranlib OBJS= cmd_blankchk.o cmd_crc32.o cmd_memdump_human.o cmd_memdump_machine.o \ - cmd_memload.o hexstrings.o + cmd_memload.o amdflash.o hexstrings.o all: libload.a
