FreeCalypso > hg > freecalypso-sw
view target-utils/libload/Makefile @ 125:17c1e2a38418
target-utils command input: don't emit BEL on error conditions
with the new binary-safe fc-iram these BELs get printed as ^G
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 31 Oct 2013 07:15:32 +0000 |
| parents | cc1d2413991a |
| children | 7daea2476062 |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -Os -fno-builtin CPPFLAGS=-I../include AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= cmd_blankchk.o cmd_crc32.o cmd_memdump_human.o cmd_memdump_machine.o \ cmd_memload.o amdflash.o hexstrings.o all: libload.a libload.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs
