]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
AOSP: Android.mk CONFIG_WNM CFLAGS -> L_CFLAGS fix
authorJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 14:17:07 +0000 (16:17 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 14:36:33 +0000 (16:36 +0200)
This came in as a part of this AOSP commit:

commit 61d9df3e62aaa0e87ad05452fcb95142159a17b6
Author: Dmitry Shmidt <dimitrysh@google.com>
Date:   Wed Aug 29 16:22:06 2012 -0700

    wpa_supplicant: Update to 29-Aug-2012 TOT

    commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722
    Author: Jouni Malinen <jouni@qca.qualcomm.com>
    Date:   Fri Mar 2 22:31:04 2012 +0200

        WFD: Add preliminary WSD request processing and response

        This commit does not yet address support for different device roles,
        i.e., the same set of subelements are returned regardless of which
        role was indicated in the request.

        Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

    Change-Id: I9d63acce719b982c02e589bb59602382e82988c8
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/Android.mk

index dada308744dc27cdd8f8561d536e4f0dadce1c97..695e99c6458fbf15b790d8512f56940eac2e247b 100644 (file)
@@ -223,7 +223,7 @@ NEED_DH_GROUPS=y
 endif
 
 ifdef CONFIG_WNM
-CFLAGS += -DCONFIG_WNM
+L_CFLAGS += -DCONFIG_WNM
 OBJS += src/ap/wnm_ap.c
 endif