diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-05-19 19:53:46 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-05-19 19:53:46 +0000 |
| commit | d84a691a3590c85a4068dd23644efa478c368a03 (patch) | |
| tree | 67a14297bc5f071a60a4e99b92e6691d7e2b61e3 | |
| parent | 296c174835cf603b966e48b232715942df9b6934 (diff) | |
powerpc: Remove stale include line from MPC85XX
The stale include line caused config -m to fail with an error trying
to parse the config file during make universe/tinderbox which in turn
caused universe/tinderbox to abort without building any powerpc
kernels (or subsequent architectures such as riscv64) with the error:
make[2]: freebsd/main/Makefile:767: Target architecture for powerpc/conf/MPC85XX unknown. config(8) likely too old.
in .for loop from freebsd/main/Makefile:761 with kernel = MPC85XX
in make[2] in directory "freebsd/main"
make[2]: stopped making "universe_kernels" in freebsd/main
*** Error code 1
Reported by: npn, many others
Fixes: fd8d34ce272b ("dpaa: Migrate from NCSW base to a home-grown driver")
| -rw-r--r-- | sys/powerpc/conf/MPC85XX | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index c74819c7fee0..521ec21c3234 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -9,7 +9,6 @@ ident MPC85XX machine powerpc powerpc -include "dpaa/config.dpaa" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions WITH_CTF=1 |
