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/cross-devel/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 application-devel/cross-devel/Makefile (limited to 'application-devel/cross-devel/Makefile') diff --git a/application-devel/cross-devel/Makefile b/application-devel/cross-devel/Makefile new file mode 100644 index 0000000..bd4d45f --- /dev/null +++ b/application-devel/cross-devel/Makefile @@ -0,0 +1,8 @@ +all: + pdflatex handout_cross-devel_de.tex + pdflatex pres_cross-devel_de.tex + pdflatex hints_cross-devel_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3