blob: 28f84a6bbf39693aa2d6584c90ecfba45672ec78 [file] [log] [blame]
$(KATI_visibility_prefix BAR, bar)
FOO := BAR
BAZ := $($(FOO))
define ERROR_MSG
Makefile is not a valid file to reference variable BAR. Line #3.
Valid file prefixes:
bar
endef
ifndef KATI
$(info $(ERROR_MSG))
endif
test:
@: