FreeCalypso > hg > freecalypso-tools
comparison target-utils/Makefile @ 701:39e7b3001946
target-utils/Makefile: lunadrv added
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 07 May 2020 02:27:56 +0000 |
| parents | 0da2cf5a999c |
| children | 5fdc241dcc44 |
comparison
equal
deleted
inserted
replaced
| 700:db9a8e88e63f | 701:39e7b3001946 |
|---|---|
| 1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ | 1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ |
| 2 flash-boot-wa loadagent pirexplore simtest | 2 flash-boot-wa loadagent pirexplore simtest |
| 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin | 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp lunadrv \ |
| 4 tf-breakin | |
| 4 LIBS= libbase libc libcommon libprintf libtiffs | 5 LIBS= libbase libc libcommon libprintf libtiffs |
| 5 SUBDIR= ${ALLPROGS} ${LIBS} | 6 SUBDIR= ${ALLPROGS} ${LIBS} |
| 6 | 7 |
| 7 INSTALL_PREFIX= /opt/freecalypso | 8 INSTALL_PREFIX= /opt/freecalypso |
| 8 | 9 |
| 15 calversion: libbase libc libcommon libprintf | 16 calversion: libbase libc libcommon libprintf |
| 16 dspdump: libbase libc libcommon libprintf | 17 dspdump: libbase libc libcommon libprintf |
| 17 flash-boot-test: libbase libc libcommon libprintf | 18 flash-boot-test: libbase libc libcommon libprintf |
| 18 helloapp: libbase libc libcommon libprintf | 19 helloapp: libbase libc libcommon libprintf |
| 19 loadagent: libbase libc libcommon libprintf | 20 loadagent: libbase libc libcommon libprintf |
| 21 lunadrv: libbase libc libcommon libprintf | |
| 20 pirexplore: libbase libc libcommon libprintf libtiffs | 22 pirexplore: libbase libc libcommon libprintf libtiffs |
| 21 simtest: libbase libc libcommon libprintf | 23 simtest: libbase libc libcommon libprintf |
| 22 | 24 |
| 23 ${SUBDIR}: FRC | 25 ${SUBDIR}: FRC |
| 24 cd $@; ${MAKE} ${MFLAGS} | 26 cd $@; ${MAKE} ${MFLAGS} |
