summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-08-30 15:55:28 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-08-30 15:55:28 +0200
commit89aef4b7b817883627e1eb95212890b2d69b628a (patch)
tree92f04039caff270d192d99adec306aca917695ff /Makefile
parent2339ec544399cd66930643817ba1cb1094ddccfa (diff)
downloadqemu-security-89aef4b7b817883627e1eb95212890b2d69b628a.tar.gz
makefile style fixHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1232fee..110d348 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS += -Wall
CVETEST := cve-2016-3712
PCITEST := cve-2017-2615 cve-2017-2620
USBTEST := cve-2017-5898
-RAWTEST := boot-cve-2017-13672.raw boot-cve-2017-13673.raw
+RAWTEST := boot-cve-2017-13672.raw boot-cve-2017-13673.raw
TARGETS := $(CVETEST) $(PCITEST) $(USBTEST) $(RAWTEST)
DEPENDS := libpci libusb-1.0