summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wpa_supplicant_8_lib
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-08-08 16:26:15 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-08-08 16:26:15 -0700
commit8700d425edebe9eb6063d4151597d1537f14f561 (patch)
tree89f37aba0f1d5b1db1c02292092b8478057ba5e4 /bcmdhd/wpa_supplicant_8_lib
parent6dbcf2181152a81ab5f3bc5fa765288341a1b7ab (diff)
downloadhardware_broadcom_wlan-8700d425edebe9eb6063d4151597d1537f14f561.zip
hardware_broadcom_wlan-8700d425edebe9eb6063d4151597d1537f14f561.tar.gz
hardware_broadcom_wlan-8700d425edebe9eb6063d4151597d1537f14f561.tar.bz2
Move libnl headers to their own project
Change-Id: I0a4f0408f52c6003423c04e16f1ee3c394d1289f
Diffstat (limited to 'bcmdhd/wpa_supplicant_8_lib')
-rw-r--r--bcmdhd/wpa_supplicant_8_lib/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wpa_supplicant_8_lib/Android.mk b/bcmdhd/wpa_supplicant_8_lib/Android.mk
index 0dec2f8..c4647a6 100644
--- a/bcmdhd/wpa_supplicant_8_lib/Android.mk
+++ b/bcmdhd/wpa_supplicant_8_lib/Android.mk
@@ -35,7 +35,7 @@ WPA_SUPPL_DIR_INCLUDE = $(WPA_SUPPL_DIR)/src \
$(WPA_SUPPL_DIR)/wpa_supplicant
ifdef CONFIG_DRIVER_NL80211
-WPA_SUPPL_DIR_INCLUDE += system/core/libnl_2/include
+WPA_SUPPL_DIR_INCLUDE += external/libnl-headers
WPA_SRC_FILE += driver_cmd_nl80211.c
endif