Added the build-apex target
authorRod Whitby <rod@whitby.id.au>
Tue, 19 Jul 2005 18:43:09 +0000 (18:43 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 19 Jul 2005 18:43:09 +0000 (18:43 +0000)
Makefile

index be1786f..bee271d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,10 @@ openslug build-openslug: openslug/Makefile bitbake/bin/bitbake openembedded/conf
 optware build-optware: optware/Makefile
        ( cd optware ; make )
 
+.PHONY: apex build-apex
+apex build-apex: apex/Makefile
+       ( cd apex ; make nslu2_config ; make oldconfig ; make CROSS_COMPILE=../openslug/tmp/cross/bin/armeb-linux- )
+
 .PHONY: setup-monotone
 setup-monotone monotone/nslu2-linux.db:
        [ -e monotone/nslu2-linux.db ] || ( mkdir -p monotone && monotone -d monotone/nslu2-linux.db db init )
@@ -102,6 +106,10 @@ setup-upslug-developer:
 setup-sluggo-developer:
        cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co sluggo
 
+.PHONY: setup-apex
+setup-apex apex/Makefile:
+       cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/nslu co apex
+
 .PHONY: setup-apex-developer
 setup-apex-developer:
        cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co apex