ab784bb53a
Add files required for DPP feature from upstream. These file expose the functionality to create DPP packets. Ported crypto layer from openssl to mbedtls. Interfacing to use these API will be added in seperate commit
11 lines
223 B
Makefile
11 lines
223 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := ../src
|
|
COMPONENT_SRCDIRS := .
|
|
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
|
|
|
CFLAGS+= -DCONFIG_WPA3_SAE
|
|
CFLAGS+= -DCONFIG_DPP
|