FreeCalypso > hg > freecalypso-tools
view target-utils/libbase/Makefile @ 925:85d144f9fe56
rvinterf/lowlevel/format.c: forgot to add #include <ctype.h>
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 May 2023 03:21: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