Fixup Makefile of FUZZ test after moving to main lwIP rep

This commit is contained in:
Dirk Ziegelmeier 2016-12-17 10:05:49 +01:00
parent cceea73c3f
commit 11780f037b
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@
/src/apps/snmp/LwipMibCompiler/SharpSnmpLib/obj/
/src/apps/snmp/LwipMibCompiler/LwipMibCompiler.userprefs
/src/apps/snmp/LwipMibCompiler/*.suo
/test/fuzz/output
/test/lwip_fuzz

View File

@ -32,7 +32,9 @@
all compile: lwip_fuzz
.PHONY: all clean
include ../Common.mk
CONTRIBDIR=../../../lwip-contrib
include $(CONTRIBDIR)/ports/unix/Common.mk
CC=afl-gcc
LDFLAGS:=$(LDFLAGS) -lm