mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
freebsd-based names for filenames. This allows us to eliminate
almost all of the uses of ${MACHINE_ARCH} here to do special things, and
instead we use it to include filenames. This makes new architectures easier
to support.
|
||
|---|---|---|
| .. | ||
| fbsd-amd64-low.c | ||
| fbsd-arm-low.c | ||
| fbsd-i386-low.c | ||
| fbsd-low.c | ||
| fbsd-low.h | ||
| fbsd-powerpc-low.c | ||
| Makefile | ||
| reg-amd64.c | ||
| reg-arm.c | ||
| reg-i386.c | ||
| reg-powerpc.c | ||