mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
The only excuse this had for becoming misordered was that some drivers
were sorted on the driver name field, but the ffs versus mfs ordering
shows that this is not a consistent order.
The only case that I know of where simple sorting is wrong is for files
that must be compiled without profiling if profiling is configured and
normally otherwise. Then the line with `profiling-routine' must appear
first to get the file compiled with ${PROFILE_C}.
|
||
|---|---|---|
| .. | ||
| defines | ||
| files | ||
| files.i386 | ||
| files.newconf | ||
| files.pc98 | ||
| kmod.mk | ||
| majors | ||
| Makefile.i386 | ||
| Makefile.pc98 | ||
| Makefile.powerpc | ||
| newvers.sh | ||
| nfsswapkernel.c | ||
| NOTES | ||
| options | ||
| options.i386 | ||
| options.pc98 | ||
| param.c | ||
| systags.sh | ||