comparison gsm-fw/gpf/Makefile @ 485:890ffca53a09

gsm-fw/gpf/conf: started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 29 Jun 2014 19:49:29 +0000
parents 13428351b82c
children 886cd11bc45f
comparison
equal deleted inserted replaced
484:c617a6adcb69 485:890ffca53a09
1 LIBCOMP=frame misc osl tst_drv tst_pei 1 LIBCOMP=frame misc osl tst_drv tst_pei
2 SUBDIR= ${LIBCOMP} libs 2 SUBDIR= ${LIBCOMP} libs conf
3 3
4 all: ${SUBDIR} 4 all: ${SUBDIR}
5 5
6 libs: ${LIBCOMP} 6 libs: ${LIBCOMP}
7 7