aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorunknown2015-12-04 03:50:22 -0600
committerunknown2015-12-04 03:50:22 -0600
commitcc666400682ad547cd8d17c032a5950a185a8cbe (patch)
tree2508eac7b6f1aed5f6e933a186010a17a3a2d304
parentccb94e6adf7f13f774c42f731c27a8aec8e1d388 (diff)
parent0c0eae241ea8a6e0b33d59f504741c8d5a2587ce (diff)
downloadservice-packs-cc666400682ad547cd8d17c032a5950a185a8cbe.tar.gz
service-packs-cc666400682ad547cd8d17c032a5950a185a8cbe.tar.xz
service-packs-cc666400682ad547cd8d17c032a5950a185a8cbe.zip
Merge branch 'master' of git.ti.com:ti-bt/service-packs
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9035e40..38c317c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1# Installs the the Bluetooth firmware files into the root file system 1# Installs the the Bluetooth firmware files into the root file system
2 2
3install: 3install:
4 install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware 4 install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware/ti-connectivity
5 cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware 5 cp -f ./initscripts/* $(DEST_DIR)${BASE_LIB_DIR}/firmware/ti-connectivity/
6 6
7 7