summaryrefslogtreecommitdiff
path: root/scripts/kconfig/include/config/auto.conf.cmd
blob: 7c8c63bda87b69bd743f77eb6c4d7cb2f4a978e6 (plain)
1
2
3
4
5
6
7
autoconfig := include/config/auto.conf

deps_config := \
	/Users/fenze/Developer/openlinux/ref/Kconfig \

$(autoconfig): $(deps_config)
$(deps_config): ;