From a27c72e072813081e79798db5e54deaa5b7ad5d5 Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 23 Apr 2010 09:05:38 +0200 Subject: Initial version of the cross development presentation: - Cross compile - Testing with qemu-user - Preparing a test system: Create a simple RFS from scratch - Exporting the RFS via NFS - Boot Testing the RFS with qemu-system --- application-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application-devel/Makefile') diff --git a/application-devel/Makefile b/application-devel/Makefile index d62fe78..ec07f9b 100644 --- a/application-devel/Makefile +++ b/application-devel/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = app-debugging compile-tools devel-best-practices devel-environment embedded-devel +SUBDIRS = app-debugging compile-tools devel-best-practices devel-environment embedded-devel cross-devel all clean:: for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3