1# Copyright 2007 The Android Open Source Project
2#
3# Utility to create Android bluetooth firmware from Texas Instruments .bts
4# scripts
5
6LOCAL_PATH:= $(call my-dir)
7include $(CLEAR_VARS)
8
9LOCAL_SRC_FILES := \
10	brfpatch.c
11
12LOCAL_MODULE := brfpatch
13
14include $(BUILD_HOST_EXECUTABLE)
15