1################################################################################ 2# 3# Copyright (c) 2008-2009 MStar Semiconductor, Inc. 4# All rights reserved. 5# 6# Unless otherwise stipulated in writing, any and all information contained 7# herein regardless in any format shall remain the sole proprietary of 8# MStar Semiconductor Inc. and be kept in strict confidence 9# ("MStar Confidential Information") by the recipient. 10# Any unauthorized act including without limitation unauthorized disclosure, 11# copying, use, reproduction, sale, distribution, modification, disassembling, 12# reverse engineering and compiling of the contents of MStar Confidential 13# Information is unlawful and strictly prohibited. MStar hereby reserves the 14# rights to any and all damages, losses, costs and expenses resulting therefrom. 15# 16# 17# Makefile used for building DDI 18# 19# 20################################################################################ 21 22# ********************************************** 23# DRV Name 24# ********************************************** 25API_NAME = MFE 26 27 28# ********************************************** 29# DRV Source Files 30# ********************************************** 31DRV_DIR = \ 32 mfe_ex \ 33 mfe_ex/cModel 34 35# ********************************************** 36# Rules 37# ********************************************** 38include $(ROOTLIB)/api_rule.mk 39 40API_INCDIR += ./cModel 41API_INCDIR += $(ROOTLIB)/hal/$(CHIP)/mfe_ex 42#API_INCDIR += /home/cy.lai/PERFORCE/AEGIS/android/gingerbread/system/core/include 43#API_INCDIR += /home/cy.lai/PERFORCE/AEGIS/android/gingerbread/system/core/include/cutils 44