As suggested by Herman, move comment to the next line otherwise it incorrectly handles --config-bcheck=no --config-backtrace=no
This commit is contained in:
parent
313855c232
commit
750f0a3e3f
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ endif
|
||||||
ifeq ($(CONFIG_backtrace),no)
|
ifeq ($(CONFIG_backtrace),no)
|
||||||
SKIP += 112_backtrace.test
|
SKIP += 112_backtrace.test
|
||||||
SKIP += 113_btdll.test
|
SKIP += 113_btdll.test
|
||||||
CONFIG_bcheck = no # no bcheck without backtrace
|
CONFIG_bcheck = no
|
||||||
|
# no bcheck without backtrace
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_bcheck),no)
|
ifeq ($(CONFIG_bcheck),no)
|
||||||
SKIP += 114_bound_signal.test
|
SKIP += 114_bound_signal.test
|
||||||
|
|
Loading…
Add table
Reference in a new issue