mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Correct CFLAGS path int Makefile
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -11,7 +11,7 @@ ifdef FUZZINGENGINE
|
||||
LOCAL_LDFLAGS += -lFuzzingEngine
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += -I$(PROGRAM_FUZZ_PATH)/fuzz/
|
||||
LOCAL_CFLAGS += -I$(PROGRAM_FUZZ_PATH)
|
||||
|
||||
# A test application is built for each fuzz_*.c file.
|
||||
APPS = $(basename $(wildcard fuzz_*.c))
|
||||
|
Reference in New Issue
Block a user