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