| 1 | ############################################################################# |
|---|
| 2 | # |
|---|
| 3 | # Copyright (c) 2003-2011, Broadcom Corporation. |
|---|
| 4 | # All rights reserved. |
|---|
| 5 | # Confidential Property of Broadcom Corporation. |
|---|
| 6 | # |
|---|
| 7 | # THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 8 | # AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 9 | # EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 10 | # |
|---|
| 11 | # $brcm_Workfile: bxdm.inc $ |
|---|
| 12 | # $brcm_Revision: Hydra_Software_Devel/2 $ |
|---|
| 13 | # $brcm_Date: 4/28/11 1:51p $ |
|---|
| 14 | # |
|---|
| 15 | # [File Description:] |
|---|
| 16 | # |
|---|
| 17 | # Revision History: |
|---|
| 18 | # |
|---|
| 19 | # $brcm_Log: /magnum/commonutils/xdm/bxdm.inc $ |
|---|
| 20 | # |
|---|
| 21 | # Hydra_Software_Devel/2 4/28/11 1:51p nilesh |
|---|
| 22 | # SW7405-5057: |
|---|
| 23 | # Added file element "bxdm_pp_fix33.c". |
|---|
| 24 | # Added file element "bxdm_pp_fix33.h". |
|---|
| 25 | # |
|---|
| 26 | # Hydra_Software_Devel/1 2/16/10 10:50a nilesh |
|---|
| 27 | # SW7405-2993: Initial XDM version |
|---|
| 28 | # |
|---|
| 29 | ############################################################################# |
|---|
| 30 | |
|---|
| 31 | # |
|---|
| 32 | # Conditional Options for this Makefile |
|---|
| 33 | # |
|---|
| 34 | # N/A |
|---|
| 35 | # |
|---|
| 36 | |
|---|
| 37 | # Define this module |
|---|
| 38 | MAGNUM_MODULES += BXDM |
|---|
| 39 | |
|---|
| 40 | # Module Includes |
|---|
| 41 | BXDM_INCLUDES += $(MAGNUM)/commonutils/xdm/ |
|---|
| 42 | |
|---|
| 43 | # Module Sources |
|---|
| 44 | BXDM_SOURCES+= $(MAGNUM)/commonutils/xdm/bxdm_dih.c \ |
|---|
| 45 | $(MAGNUM)/commonutils/xdm/bxdm_pp.c \ |
|---|
| 46 | $(MAGNUM)/commonutils/xdm/bxdm_pp_v2.c \ |
|---|
| 47 | $(MAGNUM)/commonutils/xdm/bxdm_pp_qm.c \ |
|---|
| 48 | $(MAGNUM)/commonutils/xdm/bxdm_pp_tsm.c \ |
|---|
| 49 | $(MAGNUM)/commonutils/xdm/bxdm_pp_callback.c \ |
|---|
| 50 | $(MAGNUM)/commonutils/xdm/bxdm_pp_output.c \ |
|---|
| 51 | $(MAGNUM)/commonutils/xdm/bxdm_pp_fp.c \ |
|---|
| 52 | $(MAGNUM)/commonutils/xdm/bxdm_pp_vtsm.c \ |
|---|
| 53 | $(MAGNUM)/commonutils/xdm/bxdm_pp_dbg.c \ |
|---|
| 54 | $(MAGNUM)/commonutils/xdm/bxdm_pp_clip.c \ |
|---|
| 55 | $(MAGNUM)/commonutils/xdm/bxdm_pp_frd.c \ |
|---|
| 56 | $(MAGNUM)/commonutils/xdm/bxdm_pp_fic.c \ |
|---|
| 57 | $(MAGNUM)/commonutils/xdm/bxdm_pp_jrc.c \ |
|---|
| 58 | $(MAGNUM)/commonutils/xdm/bxdm_pp_timer.c \ |
|---|
| 59 | $(MAGNUM)/commonutils/xdm/bxdm_pp_avg.c \ |
|---|
| 60 | $(MAGNUM)/commonutils/xdm/bxdm_pp_fix33.c |
|---|
| 61 | |
|---|
| 62 | ifeq ($(BXDM_PPJRC_DUMP),y) |
|---|
| 63 | BXDM_DEFINES += BXDM_PPJRC_P_DUMP=1 |
|---|
| 64 | endif |
|---|