mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
ff688a8694
This avoids universe trying to build MALTA_COMMON and fail due to the problem addressed in r276773. Include std.MALTA from the MALTA mipsel and MALTA64 mips64el config files, where the machine lines exist.
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
# MALTA -- Kernel config for MALTA boards
|
|
#
|
|
# $FreeBSD$
|
|
|
|
ident MALTA
|
|
|
|
include "std.MALTA"
|
|
|
|
machine mips mipsel # Malta supports both, so it isn't in std.malta
|
|
|
|
makeoptions KERNLOADADDR=0x80100000
|