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 /Makefile | |
| 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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 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 |
