1ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true) 2 3LOCAL_PATH:= $(call my-dir) 4 5# 6# brcm_patchram_plus.c 7# 8 9include $(CLEAR_VARS) 10 11LOCAL_SRC_FILES := brcm_patchram_plus.c 12 13LOCAL_MODULE := brcm_patchram_plus 14 15LOCAL_SHARED_LIBRARIES := libcutils 16 17include $(BUILD_EXECUTABLE) 18 19endif 20