summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPrakash Dhavali <pdhavali@codeaurora.org>2014-01-16 17:34:31 -0800
committerPrakash Dhavali <pdhavali@codeaurora.org>2014-01-16 17:34:31 -0800
commit64205bcd40e8d386ed80ca20f1c789b9a1548588 (patch)
tree4405725b7750df797afcd320582837dd8a83102f /Android.mk
parentca7a486a8d4741b7053337cba35d3464aa6b5d80 (diff)
Release 4.0.0.68D
Release 4.0.0.68D. Symlink /system/lib/wlan.ko to firmware bin path and fix syntax conflict with verbosity of Android.mk
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 2738dd6a61d2..2d8fbf314db6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -66,8 +66,8 @@ include $(DLKM_DIR)/AndroidKernelModule.mk
# standard module location.
# TO-DO: This step needs to be moved to a post-build make target instead
# TO-DO: as this may run multiple times
-$(shell mkdir -pv $(TARGET_OUT)/lib/modules; \
- ln -svf /system/lib/modules/$(WLAN_CHIPSET)/$(WLAN_CHIPSET)_wlan.ko \
+$(shell mkdir -p $(TARGET_OUT)/lib/modules; \
+ ln -sf /system/lib/modules/$(WLAN_CHIPSET)/$(WLAN_CHIPSET)_wlan.ko \
$(TARGET_OUT)/lib/modules/wlan.ko)
endif # DLKM check