FreeCalypso > hg > freecalypso-sw
diff gsm-fw/gpf/Makefile @ 483:13428351b82c
GPF library build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 29 Jun 2014 08:04:51 +0000 |
parents | 42bc1d7068ac |
children | 890ffca53a09 |
line wrap: on
line diff
--- a/gsm-fw/gpf/Makefile Sun Jun 29 07:37:22 2014 +0000 +++ b/gsm-fw/gpf/Makefile Sun Jun 29 08:04:51 2014 +0000 @@ -1,7 +1,10 @@ -SUBDIR= frame misc osl tst_drv tst_pei +LIBCOMP=frame misc osl tst_drv tst_pei +SUBDIR= ${LIBCOMP} libs all: ${SUBDIR} +libs: ${LIBCOMP} + ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS}