GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / kernel / vmlinux.lds.S
blob99ba315bd0a857a884dd017fc7a3c42027b78879
1 PHDRS
3   text PT_LOAD FILEHDR PHDRS FLAGS (7);
4   data PT_LOAD FLAGS (7);
6 #ifdef CONFIG_SUN3
7 #include "vmlinux-sun3.lds"
8 #else
9 #include "vmlinux-std.lds"
10 #endif