]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Sync Android.mk with Makefile
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 8 Nov 2013 11:05:55 +0000 (13:05 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 8 Nov 2013 11:05:55 +0000 (13:05 +0200)
This brings in commit 0648c3b8f5c38bc2206758738278e074f6f5b11b changes
to add Linux tracing option for hostapd.

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

hostapd/Android.mk

index 9cfac87e32b107925d13d79463352a96edd30fdc..bc0273e0c50084e27413326a9bf7652a325d87aa 100644 (file)
@@ -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