dist: disable non kernel pkg on non default config
Upstream: no Signed-off-by: Kairui Song <kasong@tencent.com>
This commit is contained in:
parent
432d074030
commit
690dae3cfe
|
@ -103,6 +103,10 @@ endif
|
|||
# All params enabled by default (except kABI check, see below), ENABLED overrides DEFAULT_DISABLE.
|
||||
DISABLED=$(DEFAULT_DISABLED)
|
||||
ENABLED=$(DEFAULT_ENABLED)
|
||||
# Automatically disable non core package for non standard build
|
||||
ifneq ($(CONFIG),generic-release)
|
||||
DISABLED=ofed bpftool perf tools
|
||||
endif
|
||||
|
||||
## A few shortcut for commonly used params:
|
||||
# Disable KABI check by default
|
||||
|
|
Loading…
Reference in New Issue