blob: 38a7a50f659b515c824c9831d7d1c97f97c28bf8 [file] [log] [blame]
# -*- makefile -*-
# -----------------------------------------------------------------------
# Copyright 2022 Open Networking Foundation (ONF) and the ONF Contributors
# -----------------------------------------------------------------------
ifdef YAML_FILES
include $(MAKEDIR)/lint/yaml/python.mk
else
include $(MAKEDIR)/lint/yaml/yamllint.mk
endif
# [EOF]