summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2011-11-16 07:49:55 -0500
committerBotao Sun <botao.sun@linaro.org>2011-11-16 07:50:42 -0500
commitf17d77b720122aae0f5f72cfba808dbc28298fcf (patch)
tree75597c0f69f96b85e5c7a49274a9d70728a47375
parent163cd692a06322811bbd98095d787cc4a5661550 (diff)
downloadproprietary-open-linaro_android_2.3.5.tar.gz
Android.mk: To transfer the ath6k firmware to the right place.linaro_android_2.3.5
Change-Id: Ie38f8f1a38b48562f07e64d5c759605f7855e5da Signed-off-by: Botao Sun <botao.sun@linaro.org>
-rw-r--r--Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..d166c13
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,12 @@
+include $(CLEAR_VARS)
+
+.PHONY: ath6k-build
+
+droid: ath6k-build
+
+linaro-supplement: ath6k-build
+
+ath6k-build:
+ cd device/samsung/proprietary-open && \
+ mkdir -p ../../../$(PRODUCT_OUT)/system/etc/firmware && \
+ cp -R ath6k ../../../$(PRODUCT_OUT)/system/etc/firmware