mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-20 10:09:53 +00:00
Remove unneeded lines from fuzz/Makefile
Signed-off-by: Paul Elliott <[email protected]>
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
MBEDTLS_TEST_PATH:=../../tests
|
||||
|
||||
LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../../tests/include -I../../include -D_FILE_OFFSET_BITS=64
|
||||
MBEDTLS_PATH := ../..
|
||||
include ../../scripts/common.make
|
||||
|
||||
LOCAL_CFLAGS += $(patsubst -I../%,-I../../%,$(THIRDPARTY_INCLUDES))
|
||||
|
||||
DEP=${MBEDLIBS}
|
||||
|
||||
ifdef FUZZINGENGINE
|
||||
|
||||
Reference in New Issue
Block a user