FreeCalypso > hg > freecalypso-tools
comparison target-utils/libbase/Makefile @ 0:e7502631a0f9
initial import from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 Jun 2016 00:13:35 +0000 |
parents | |
children | 6228d27738d1 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e7502631a0f9 |
---|---|
1 CC= arm-elf-gcc | |
2 CFLAGS= -Os -fno-builtin | |
3 CPPFLAGS=-I../include | |
4 AR= arm-elf-ar | |
5 RANLIB= arm-elf-ranlib | |
6 | |
7 OBJS= abbdrv.o osmodelay.o serio.o spidrv.o | |
8 | |
9 all: libbase.a | |
10 | |
11 libbase.a: ${OBJS} | |
12 ${AR} cru $@ ${OBJS} | |
13 ${RANLIB} $@ | |
14 | |
15 clean: | |
16 rm -f *.[oa] *errs |