summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrii Beregovenko2013-03-06 08:35:48 -0600
committerAndrii Beregovenko2013-03-19 10:05:26 -0500
commite55416bf647b0333b37731f11c5b86ad9129f742 (patch)
tree91c22c3fa95eba5b253bb7595735ade097d508a9 /wl12xx/wpan/wl12xx-wpan-fw-products.mk
parent4fbba49fb3736ffd429fb028270f989c97264de0 (diff)
downloaddevice-ti-proprietary-open-e55416bf647b0333b37731f11c5b86ad9129f742.tar.gz
device-ti-proprietary-open-e55416bf647b0333b37731f11c5b86ad9129f742.tar.xz
device-ti-proprietary-open-e55416bf647b0333b37731f11c5b86ad9129f742.zip
wpan: rework rules for wpan firmware binaries
Organize prebuilt firmware binaries for WiLink's modules as regular Android prebuilts. Move corresponding rules to separate makefile. Change-Id: Ibc8b3531084530cda1388db15a5ab7b3fdec54bc Signed-off-by: Andrii Beregovenko <a.beregovenko@ti.com>
Diffstat (limited to 'wl12xx/wpan/wl12xx-wpan-fw-products.mk')
-rw-r--r--wl12xx/wpan/wl12xx-wpan-fw-products.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/wl12xx/wpan/wl12xx-wpan-fw-products.mk b/wl12xx/wpan/wl12xx-wpan-fw-products.mk
new file mode 100644
index 0000000..9a919b8
--- /dev/null
+++ b/wl12xx/wpan/wl12xx-wpan-fw-products.mk
@@ -0,0 +1,20 @@
1# Copyright (C) 2012 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16WPAN_FW_TOP := device/ti/proprietary-open/wl12xx/wpan
17
18$(call inherit-product, $(WPAN_FW_TOP)/bluetooth/wl12xx-wpan-bt-fw-products.mk)
19$(call inherit-product, $(WPAN_FW_TOP)/fm/wl12xx-wpan-fm-fw-products.mk)
20$(call inherit-product, $(WPAN_FW_TOP)/nfc/wl12xx-wpan-nfc-fw-products.mk)