]> git.proxmox.com Git - mirror_frr.git/blobdiff - Makefile.am
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / Makefile.am
index 166ac29d1c7e14013b7cb53f5a1c13b79701807b..6dc8e0d354967e89a6d4d9361863783557d1ec62 100644 (file)
@@ -40,6 +40,12 @@ shvar-%:
 var-%:
        @echo "$($*)" >&$(VARFD)
 
+if ONLY_CLIPPY
+.DEFAULT_GOAL := clippy-only
+endif
+clippy-only: Makefile lib/clippy config.h
+.PHONY: clippy-only
+
 # overwriting these vars breaks cross-compilation.  let's be helpful and warn.
 #
 # note: "#AUTODERP# " will be removed from Makefile by configure.  These are
@@ -119,6 +125,7 @@ include doc/manpages/subdir.am
 include doc/developer/subdir.am
 include include/subdir.am
 include lib/subdir.am
+include mlag/subdir.am
 include zebra/subdir.am
 include watchfrr/subdir.am
 include qpb/subdir.am
@@ -221,8 +228,6 @@ EXTRA_DIST += \
        vrrpd/Makefile \
        # end
 
-noinst_HEADERS += defaults.h
-
 clean-local: clean-python
 .PHONY: clean-python
 clean-python: