kernel_samsung_a34x-permissive/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig
2024-04-28 15:51:13 +02:00

6 lines
67 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
X = $(Y)
Y = $(X)
$(info $(X))