Rename WANDBOARD-COMMON to WANDBOARD.common and adjust the configs that
include it accordingly. The build machinery for universe and tinderbox tries to build every kernel config whose name begins and ends with [A-Z0-9] and the common include file that has most of the options isn't buildable by itself, so the new lowercase .common will avoid building it.
This commit is contained in:
parent
cce3845835
commit
3770876d6a
@ -17,7 +17,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include WANDBOARD-COMMON
|
||||
include WANDBOARD.common
|
||||
ident WANDBOARD-DUAL
|
||||
|
||||
# Flattened Device Tree
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include WANDBOARD-COMMON
|
||||
include WANDBOARD.common
|
||||
ident WANDBOARD-QUAD
|
||||
|
||||
# Flattened Device Tree
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include WANDBOARD-COMMON
|
||||
include WANDBOARD.common
|
||||
ident WANDBOARD-SOLO
|
||||
|
||||
# Flattened Device Tree
|
||||
|
Loading…
Reference in New Issue
Block a user