[Add] 打通Kconfiglib配置操作
This commit is contained in:
14
scripts/kconfig/Kconfiglib/tests/Kuserfunctions
Normal file
14
scripts/kconfig/Kconfiglib/tests/Kuserfunctions
Normal file
@ -0,0 +1,14 @@
|
||||
add-zero = $(add)
|
||||
add-one = $(add,1)
|
||||
add-three = $(add,1,-1,2,1)
|
||||
|
||||
one-zero = $(one)
|
||||
one-one = $(one,foo bar)
|
||||
one-two = $(one,foo bar,baz)
|
||||
|
||||
one-or-more-zero = $(one-or-more)
|
||||
one-or-more-one = $(one-or-more,foo)
|
||||
one-or-more-three = $(one-or-more,foo,bar,baz)
|
||||
|
||||
location-1 := $(location)
|
||||
location-2 := $(location)
|
||||
Reference in New Issue
Block a user