fix compiling fuzz test under Linux after merging contrib to main repo

This commit is contained in:
Simon Goldschmidt
2019-12-11 22:20:14 +01:00
parent 2be031e238
commit f857260e29
2 changed files with 4 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ LDFLAGS=-lm
# use 'make D=-DUSER_DEFINE' to pass a user define to gcc
CFLAGS=-O0 $(D)
CONTRIBDIR=../../../lwip-contrib
LWIPDIR=../../src
CONTRIBDIR=../../contrib
include $(CONTRIBDIR)/ports/unix/Common.mk
clean: