blob: 38a7a50f659b515c824c9831d7d1c97f97c28bf8 [file] [log] [blame]
Joey Armstrongc02931b2022-11-17 16:13:20 -05001# -*- makefile -*-
2# -----------------------------------------------------------------------
3# Copyright 2022 Open Networking Foundation (ONF) and the ONF Contributors
4# -----------------------------------------------------------------------
5
6ifdef YAML_FILES
7 include $(MAKEDIR)/lint/yaml/python.mk
8else
9 include $(MAKEDIR)/lint/yaml/yamllint.mk
10endif
11
12# [EOF]