changeset 315:1b4beffc8055

target-utils: compalstage included in the build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 02 Apr 2014 21:20:47 +0000
parents 48c08499cede
children 79080922d8e4
files target-utils/Makefile
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/Makefile	Wed Apr 02 08:02:14 2014 +0000
+++ b/target-utils/Makefile	Wed Apr 02 21:20:47 2014 +0000
@@ -1,9 +1,10 @@
-PROGS=	helloapp loadagent pirexplore
-LIBS=	libcommon libload libprintf libtiffs
-SUBDIR=	${PROGS} ${LIBS}
+FOR_LOADTOOLS=	compalstage loadagent
+ALLPROGS=	${FOR_LOADTOOLS} helloapp pirexplore
+LIBS=		libcommon libload libprintf libtiffs
+SUBDIR=		${ALLPROGS} ${LIBS}
 
-default:	loadagent
-all:		${PROGS}
+default:	${FOR_LOADTOOLS}
+all:		${ALLPROGS}
 
 helloapp:	libcommon libprintf
 loadagent:	libcommon libload libprintf