FreeCalypso > hg > freecalypso-sw
view rvinterf/libasync/Makefile @ 662:a712c95b60c1
gsm-fw/include/condat: import of TI's g23m/condat/com/include
custom.h, pwr.h and rtc.h taken from TCS211 version,
the others are the versions from LoCosto
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 01:14:48 +0000 |
parents | 40b8557b9d04 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I../include OBJS= init.o interf.o launchrvif.o rvtrace.o ttymagic.o LIB= libasync.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs