diff options
| author | Manuel Traut <manut@mecka.net> | 2014-03-16 20:24:12 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2018-03-16 21:41:06 +0100 |
| commit | 7ee07df45c30fb096e02251ba0068655f9315ec4 (patch) | |
| tree | faa6037197679f04b0b487ca22f648cd1e1eef6b | |
| parent | f462ce07dbd86cf733bb9847c1bf69c0b3f295b5 (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} |
