diff options
Diffstat (limited to 'hostapd/Makefile')
| -rw-r--r-- | hostapd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index ac085fd10520..e37c13b27a6e 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -593,6 +593,9 @@ NEED_ASN1=y ifdef CONFIG_DPP2 CFLAGS += -DCONFIG_DPP2 endif +ifdef CONFIG_DPP3 +CFLAGS += -DCONFIG_DPP3 +endif endif ifdef CONFIG_PASN |
