FreeCalypso > hg > freecalypso-tools
view target-utils/libbase/Makefile @ 492:ac48ed111d6a
loadtools/scripts/compal.init: updated comments for new understanding
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 24 May 2019 06:15:02 +0000 |
parents | 6228d27738d1 |
children |
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= abbdrv.o osmodelay.o serio.o spidrv.o waitarm.o all: libbase.a libbase.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs