WITHOUT always wins
Reviewed by: imp
This commit is contained in:
parent
65c026e612
commit
541f25d31d
@ -30,7 +30,7 @@ MK_${var}:= yes
|
||||
#
|
||||
.for var in ${__DEFAULT_NO_OPTIONS}
|
||||
.if !defined(MK_${var})
|
||||
.if defined(WITH_${var}) # If both WITH and WITHOUT defined, WITH wins
|
||||
.if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT wins
|
||||
MK_${var}:= yes
|
||||
.else
|
||||
MK_${var}:= no
|
||||
|
Loading…
x
Reference in New Issue
Block a user