commit | d9fc98a569491a88e1e02bd2434958e94f5b21db | [log] [tgz] |
---|---|---|
author | Ben Taylor <ben.taylor@linaro.org> | Mon Jun 30 11:21:01 2025 +0100 |
committer | Ben Taylor <ben.taylor@linaro.org> | Mon Jun 30 11:31:36 2025 +0100 |
tree | 6922de2cdd7c4be4ff8edfb043998f47c8b14fa7 | |
parent | 56d54c6349d8b23508d98f9f3920c275873e5dcd [diff] |
Correct CFLAGS path int Makefile Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
diff --git a/programs/fuzz/Makefile b/programs/fuzz/Makefile index fd56506..bcd67f3 100644 --- a/programs/fuzz/Makefile +++ b/programs/fuzz/Makefile
@@ -11,7 +11,7 @@ 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))