| 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: bkir.inc $ |
|---|
| 11 | # $brcm_Revision: Hydra_Software_Devel/2 $ |
|---|
| 12 | # $brcm_Date: 6/18/10 11:14a $ |
|---|
| 13 | # |
|---|
| 14 | # Module Description: |
|---|
| 15 | # |
|---|
| 16 | # Revision History: |
|---|
| 17 | # |
|---|
| 18 | # Created: 01/09/2007 by Jon Garrett |
|---|
| 19 | # |
|---|
| 20 | # $brcm_Log: /magnum/portinginterface/kir/bkir.inc $ |
|---|
| 21 | # |
|---|
| 22 | # Hydra_Software_Devel/2 6/18/10 11:14a jerrylim |
|---|
| 23 | # SW35230-260: Add 35230 IR support to Nexus/Magnum |
|---|
| 24 | # |
|---|
| 25 | # Hydra_Software_Devel/1 1/11/07 2:39p jgarrett |
|---|
| 26 | # PR27004: Adding new .inc files |
|---|
| 27 | # |
|---|
| 28 | ############################################################ |
|---|
| 29 | |
|---|
| 30 | # |
|---|
| 31 | # Conditional Options for this Makefile |
|---|
| 32 | # |
|---|
| 33 | # N/A |
|---|
| 34 | # |
|---|
| 35 | |
|---|
| 36 | # Define this module |
|---|
| 37 | MAGNUM_MODULES += BKIR |
|---|
| 38 | |
|---|
| 39 | # |
|---|
| 40 | # need export BKIR_SUPPORT_TYPE_P=y |
|---|
| 41 | # |
|---|
| 42 | ifeq ($(BKIR_SUPPORT_TYPE_P), y) |
|---|
| 43 | BKIR_DEFINES += BKIR_SUPPORT_TYPE_P=1 |
|---|
| 44 | endif |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | # Module Includes |
|---|
| 48 | BKIR_INCLUDES += $(MAGNUM)/portinginterface/kir/$(BCHP_CHIP) |
|---|
| 49 | |
|---|
| 50 | # Module Sources |
|---|
| 51 | BKIR_SOURCES += $(MAGNUM)/portinginterface/kir/$(BCHP_CHIP)/bkir.c |
|---|
| 52 | |
|---|
| 53 | ifeq ($(BKIR_SUPPORT_TYPE_P), y) |
|---|
| 54 | BKIR_SOURCES += $(MAGNUM)/portinginterface/kir/$(BCHP_CHIP)/bkir_priv_type_p.c |
|---|
| 55 | endif |
|---|