source: svn/trunk/newcon3bcm2_21bu/nexus/modules/ir_input/7552/ir_input.inc

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1############################################################
2#     Copyright (c) 2007-2008, Broadcom Corporation
3#     All Rights Reserved
4#     Confidential Property of Broadcom Corporation
5#
6#  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7#  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8#  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9#
10# $brcm_Workfile: ir_input.inc $
11# $brcm_Revision: 1 $
12# $brcm_Date: 1/18/08 2:17p $
13#
14# Module Description:
15#
16# Revision History:
17#
18# $brcm_Log: /nexus/modules/ir_input/7400/ir_input.inc $
19#
20# 1   1/18/08 2:17p jgarrett
21# PR 38808: Merging to main branch
22#
23# Nexus_Devel/1   11/20/07 4:53p erickson
24# PR37423: adding ir_input and led
25#
26############################################################
27
28#
29# Conditional Options for this Makefile
30#
31
32######################
33# Define this module #
34######################
35NEXUS_MODULES += IR_INPUT
36
37##################
38# Module Options #
39##################
40
41###################
42# Module Includes #
43###################
44NEXUS_IR_INPUT_PUBLIC_INCLUDES = $(NEXUS_TOP)/modules/ir_input/${BCHP_CHIP}/include
45
46##################
47# Module Sources #
48##################
49NEXUS_IR_INPUT_SOURCES := $(NEXUS_TOP)/modules/ir_input/${BCHP_CHIP}/src/nexus_ir_input.c
50
51# thunk layer
52NEXUS_IR_INPUT_PRIVATE_INCLUDES += $(NEXUS_TOP)/modules/ir_input/${BCHP_CHIP}/src $(NEXUS_SYNCTHUNK_DIR)
53NEXUS_IR_INPUT_SOURCES += $(NEXUS_SYNCTHUNK_DIR)/nexus_ir_input_thunks.c
54
55#######################
56# Module Dependencies #
57#######################
58NEXUS_IR_INPUT_DEPENDENCIES := BASE CORE
59
60##################
61# Magnum Modules #
62##################
63# These modules will be excluded from app-only builds
64NEXUS_IR_INPUT_MAGNUM_MODULES =  \
65    $(MAGNUM)/portinginterface/kir/bkir.inc
Note: See TracBrowser for help on using the repository browser.