Source
10
10
# distributed under the License is distributed on an "AS IS" BASIS,
11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
#
15
15
16
16
LOCAL_PATH := $(call my-dir)
17
17
18
18
TARGET_EXTRACTED_FW := $(PRODUCT_OUT)/extracted_firmwares
19
19
20
-
ifeq ($(strip $(USES_TI_MAC80211)),true)
21
20
include $(call all-makefiles-under, $(LOCAL_PATH))
22
-
endif
23
-