kernel_samsung_a53x/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig
2024-06-15 16:02:09 -03:00

5 lines
67 B
Text
Executable file

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