mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
8a8daeafaf
Since config(8) searches sys/conf by default, there's no need to specify the full relative path here; replace it by the filename alone. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1124
15 lines
314 B
Plaintext
15 lines
314 B
Plaintext
#
|
|
# GENERIC-MMCCAM-NODEBUG
|
|
#
|
|
# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
|
|
# present to keep it building in tree since it wouldn't work in LINT. This
|
|
# version without debugging features.
|
|
#
|
|
|
|
#NO_UNIVERSE
|
|
|
|
include GENERIC-MMCCAM
|
|
include "std.nodebug"
|
|
|
|
ident GENERIC-MMCCAM-NODEBUG
|