source: svn/trunk/newcon3bcm2_21bu/magnum/portinginterface/led/bled.inc @ 52

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

first commit

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1############################################################
2#     Copyright (c) 2003-2007, 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: bled.inc $
11# $brcm_Revision: Hydra_Software_Devel/1 $
12# $brcm_Date: 1/11/07 2:39p $
13#
14# Module Description:
15#
16# Revision History:
17#
18# Created: 01/09/2007 by Jon Garrett
19#
20# $brcm_Log: /magnum/portinginterface/led/bled.inc $
21#
22# Hydra_Software_Devel/1   1/11/07 2:39p jgarrett
23# PR27004: Adding new .inc files
24#
25############################################################
26
27#
28# Conditional Options for this Makefile
29#
30# BLED_3250_SUPPORT - If defined, build for the 3250 led as opposed to the chip specified by BCHP_CHIP
31#
32
33# Define this module
34MAGNUM_MODULES += BLED
35
36# Support non-standard chips
37ifneq ($(BLED_3250_SUPPORT),)
38BLED_CHIP := 3250
39else
40BLED_CHIP := $(BCHP_CHIP)
41endif
42
43# Module Includes
44BLED_INCLUDES += $(MAGNUM)/portinginterface/led/$(BLED_CHIP)
45
46# Module Sources
47BLED_SOURCES += $(MAGNUM)/portinginterface/led/$(BLED_CHIP)/bled.c
48
Note: See TracBrowser for help on using the repository browser.