diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-19 13:55:55 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-02-25 10:15:14 -0500 |
| commit | 173ee6b0d8fc31faa961d5ca286bc40371412829 (patch) | |
| tree | 16c078222da6164e52116f8f7c1cdb0cfa950e90 | |
| parent | de9165756c5dc0ef90508e44a151619f7a3cb27f (diff) | |
| download | efi-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-- | Makefile | 4 | ||||
| -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
@@ -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 |
