############################################################ # Copyright (c) 2003-2007, Broadcom Corporation # All Rights Reserved # Confidential Property of Broadcom Corporation # # THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE # AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR # EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. # # $brcm_Workfile: bled.inc $ # $brcm_Revision: Hydra_Software_Devel/1 $ # $brcm_Date: 1/11/07 2:39p $ # # Module Description: # # Revision History: # # Created: 01/09/2007 by Jon Garrett # # $brcm_Log: /magnum/portinginterface/led/bled.inc $ # # Hydra_Software_Devel/1 1/11/07 2:39p jgarrett # PR27004: Adding new .inc files # ############################################################ # # Conditional Options for this Makefile # # BLED_3250_SUPPORT - If defined, build for the 3250 led as opposed to the chip specified by BCHP_CHIP # # Define this module MAGNUM_MODULES += BLED # Support non-standard chips ifneq ($(BLED_3250_SUPPORT),) BLED_CHIP := 3250 else BLED_CHIP := $(BCHP_CHIP) endif # Module Includes BLED_INCLUDES += $(MAGNUM)/portinginterface/led/$(BLED_CHIP) # Module Sources BLED_SOURCES += $(MAGNUM)/portinginterface/led/$(BLED_CHIP)/bled.c