core: use positive logic for unstripped files/dirs
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d5dcc76d9e
commit
b9b4d1e2ee
@ -436,7 +436,7 @@ endchoice
|
|||||||
|
|
||||||
config BR2_STRIP_EXCLUDE_FILES
|
config BR2_STRIP_EXCLUDE_FILES
|
||||||
string "executables that should not be stripped"
|
string "executables that should not be stripped"
|
||||||
depends on !BR2_STRIP_none
|
depends on BR2_STRIP_strip
|
||||||
default ""
|
default ""
|
||||||
help
|
help
|
||||||
You may specify a space-separated list of binaries and
|
You may specify a space-separated list of binaries and
|
||||||
@ -444,7 +444,7 @@ config BR2_STRIP_EXCLUDE_FILES
|
|||||||
|
|
||||||
config BR2_STRIP_EXCLUDE_DIRS
|
config BR2_STRIP_EXCLUDE_DIRS
|
||||||
string "directories that should be skipped when stripping"
|
string "directories that should be skipped when stripping"
|
||||||
depends on !BR2_STRIP_none
|
depends on BR2_STRIP_strip
|
||||||
default ""
|
default ""
|
||||||
help
|
help
|
||||||
You may specify a space-separated list of directories that
|
You may specify a space-separated list of directories that
|
||||||
|
Loading…
Reference in New Issue
Block a user