You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/lib.rules

14 lines
270 B
Plaintext

LIB_RULES := $(lastword $(MAKEFILE_LIST))
include $(dir $(LIB_RULES))build.rules
ifdef TEST_FUZZ
CFLAGS += -DCONFIG_NO_RANDOM_POOL
CFLAGS += -DTEST_FUZZ
endif
CFLAGS += $(FUZZ_CFLAGS)
CFLAGS += -I.. -I../utils
clean:
$(Q)rm -f *~ *.o *.d *.gcno *.gcda *.gcov $(ALL)