1
0
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:
Ben Taylor
2025-06-30 11:21:01 +01:00
parent 56d54c6349
commit d9fc98a569

View File

@@ -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))