diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2014-01-19 22:55:40 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2014-01-19 22:55:40 -0800 |
| commit | a9053b62b2fcfebd1c9089c590d2191ea358d43d (patch) | |
| tree | 4405725b7750df797afcd320582837dd8a83102f | |
| parent | ba32ac0ecc98ed3f2ecb0752c96ead29c0b9e6e8 (diff) | |
| parent | 64205bcd40e8d386ed80ca20f1c789b9a1548588 (diff) | |
Merge "Release 4.0.0.68D"
| -rw-r--r-- | Android.mk | 4 |
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 |
