Newer
Older
barebox / scripts / kconfig / tests / preprocess / circular_expansion / Kconfig
@Masahiro Yamada Masahiro Yamada on 3 Jan 2019 67 bytes kconfig: sync to Linux 4.20
# SPDX-License-Identifier: GPL-2.0

X = $(Y)
Y = $(X)
$(info $(X))