source: svn/trunk/newcon3bcm2_21bu/magnum/portinginterface/pwr/bpwr.inc @ 12

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

first commit

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1############################################################
2#     Copyright (c) 2003-2010, 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: bpwr.inc $
11# $brcm_Revision: Hydra_Software_Devel/2 $
12# $brcm_Date: 2/4/10 6:29p $
13#
14# Module Description:
15#
16# Revision History:
17#
18# Created: 10/19/2007 by Jesse Montesino
19#
20# $brcm_Log: /magnum/portinginterface/pwr/bpwr.inc $
21#
22# Hydra_Software_Devel/2   2/4/10 6:29p nickh
23# SW7420-573: Future test port
24#
25# Hydra_Software_Devel/1   12/20/07 10:30a jessem
26# PR 38367: Initial version.
27############################################################
28
29#
30# Conditional Options for this Makefile
31#
32# N/A
33#
34
35# Define this module
36MAGNUM_MODULES += BPWR
37
38# Module Includes
39BPWR_INCLUDES += $(MAGNUM)/portinginterface/pwr/$(BCHP_CHIP)
40
41# Module Sources
42BPWR_SOURCES += $(MAGNUM)/portinginterface/pwr/$(BCHP_CHIP)/bpwr.c \
43                $(MAGNUM)/portinginterface/pwr/$(BCHP_CHIP)/bpwr_priv.c \
44                $(MAGNUM)/portinginterface/pwr/$(BCHP_CHIP)/bpwr_mem.c
45ifeq ($(BCHP_CHIP),7420)
46ifeq ($(BPWR_TEST_PORT),1)
47BPWR_SOURCES +=  $(MAGNUM)/portinginterface/pwr/$(BCHP_CHIP)/bpwr_tport1.c
48else
49BPWR_SOURCES +=  $(MAGNUM)/portinginterface/pwr/$(BCHP_CHIP)/bpwr_tport2.c
50endif
51endif
52
Note: See TracBrowser for help on using the repository browser.