summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-02-19 13:55:55 -0500
committerPeter Jones <pjones@redhat.com>2021-02-25 10:15:14 -0500
commit173ee6b0d8fc31faa961d5ca286bc40371412829 (patch)
tree16c078222da6164e52116f8f7c1cdb0cfa950e90
parentde9165756c5dc0ef90508e44a151619f7a3cb27f (diff)
downloadefi-boot-shim-173ee6b0d8fc31faa961d5ca286bc40371412829.tar.gz
efi-boot-shim-173ee6b0d8fc31faa961d5ca286bc40371412829.zip
Move the coverity and scan-build makefiles out of the top directory
I'm adding even more of this stuff, and it's feeling pretty cluttered, so this moves the scan-build and coverity makefiles into include/, where we'll see them less. Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--Makefile4
-rw-r--r--include/coverity.mk (renamed from Make.coverity)0
-rw-r--r--include/scan-build.mk (renamed from Make.scan-build)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0cd45b91..7609df58 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ VPATH = $(TOPDIR)
include $(TOPDIR)/Make.defaults
include $(TOPDIR)/Make.rules
-include $(TOPDIR)/Make.coverity
-include $(TOPDIR)/Make.scan-build
+include $(TOPDIR)/include/coverity.mk
+include $(TOPDIR)/include/scan-build.mk
TARGETS = $(SHIMNAME)
TARGETS += $(SHIMNAME).debug $(MMNAME).debug $(FBNAME).debug
diff --git a/Make.coverity b/include/coverity.mk
index a897aa0a..a897aa0a 100644
--- a/Make.coverity
+++ b/include/coverity.mk
diff --git a/Make.scan-build b/include/scan-build.mk
index 7697cb89..7697cb89 100644
--- a/Make.scan-build
+++ b/include/scan-build.mk