[Add] 打通Kconfiglib配置操作

This commit is contained in:
gaoyang3513
2024-11-16 17:04:01 +08:00
parent ebd1227d82
commit b2473d60d5
110 changed files with 21987 additions and 4 deletions

View 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)