diff options
| author | Manuel Traut <manut@mecka.net> | 2014-03-16 20:24:12 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2014-03-16 20:24:12 +0100 |
| commit | 5761d1eb8a47437375c4f61bb54d09e60b67c816 (patch) | |
| tree | ff424416dc2190e8cf84f5b5a26cb69421041585 | |
| parent | d42fd1e26caea72a368a8a1f5a8955b499fc3af5 (diff) | |
move device driver devel to the end
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | vorl2.tex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,4 @@ \input{configmasterpres} -\input{./kernel-devel/section} -\input{./kernel-devel/linux-device/pres_linux-device_en.tex} \input{./flash-memory/section} \input{./linux-basics/filesystems/pres_filesystems_en.tex} \input{./flash-memory/mtd/pres_mtd_en.tex} @@ -10,4 +8,6 @@ \input{./linux-basics/fromscratch_vs_debian/pres_fromscatch_vs_debian_en.tex} \input{./application-devel/cross-devel/pres_cross-devel_de.tex} \input{./linux-basics/udev-basics/pres_udev_en.tex} +\input{./kernel-devel/section} +\input{./kernel-devel/linux-device/pres_linux-device_en.tex} \input{tailmasterpres} |
