diff options
| author | jan <jan@hopfropf.lan> | 2010-04-23 09:05:38 +0200 |
|---|---|---|
| committer | jan <jan@hopfropf.lan> | 2010-04-23 09:05:38 +0200 |
| commit | a27c72e072813081e79798db5e54deaa5b7ad5d5 (patch) | |
| tree | 0aa27464a85393ed8555f4c2ec1c78041494a362 /application-devel/cross-devel/Makefile | |
| parent | 2c56f7e0f0c484da19a557035c30405da2b79058 (diff) | |
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
Diffstat (limited to 'application-devel/cross-devel/Makefile')
| -rw-r--r-- | application-devel/cross-devel/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |
