view target-utils/libcommon/Makefile @ 561:392525355ee7

loadtools/scripts: gtm900.config renamed to gen4.config It turns out that a GTM900 variant exists with 8 MiB flash, thus -h gen8 needs to be used for GTM900 modules as the general case, and the old -h gtm900 config is best renamed to -h gen4, although not currently official for any actual target.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 30 Jan 2020 07:10:20 +0000
parents f9d2ce6591b7
children 0da2cf5a999c
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=	abbcmd.o buzzer.o cmdentry.o defgetchar.o dispatch.o hexarg.o \
	parseargs.o uartsel.o cmd_baud_switch.o cmd_dieid.o cmd_jump.o cmd_r8.o\
	cmd_r16.o cmd_r32.o cmd_w8.o cmd_w16.o cmd_w32.o cmd_memdump_human.o \
	cmd_memdump_machine.o

all:	libcommon.a

libcommon.a:	${OBJS}
	${AR} cru $@ ${OBJS}
	${RANLIB} $@

clean:
	rm -f *.[oa] *errs