From: Jouni Malinen Date: Fri, 8 Nov 2013 11:05:55 +0000 (+0200) Subject: Android: Sync Android.mk with Makefile X-Git-Tag: hostap_2_1~567 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10222ca19217b743687be311183f58a250d3a55f;p=thirdparty%2Fhostap.git Android: Sync Android.mk with Makefile This brings in commit 0648c3b8f5c38bc2206758738278e074f6f5b11b changes to add Linux tracing option for hostapd. Signed-hostap: Jouni Malinen --- diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 9cfac87e3..bc0273e0c 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -863,6 +863,10 @@ ifdef CONFIG_NO_STDOUT_DEBUG L_CFLAGS += -DCONFIG_NO_STDOUT_DEBUG endif +ifdef CONFIG_DEBUG_LINUX_TRACING +L_CFLAGS += -DCONFIG_DEBUG_LINUX_TRACING +endif + ifdef CONFIG_DEBUG_FILE L_CFLAGS += -DCONFIG_DEBUG_FILE endif