summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8876164..ac72595 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS ?= -Os -g
CFLAGS += -Wall
CVETEST := cve-2016-3712
-PCITEST := cve-2017-2615
+PCITEST := cve-2017-2615 cve-2017-2620
USBTEST := cve-2017-5898
TARGETS := $(CVETEST) $(PCITEST) $(USBTEST)
DEPENDS := libpci libusb-1.0
@@ -41,4 +41,5 @@ clean:
rm -f *~ *.o
cve-2017-2615: cve-2017-2615.o pci.o cirrus.o
+cve-2017-2620: cve-2017-2620.o pci.o cirrus.o
cve-2017-5898: cve-2017-5898.o usb.o