36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
![]() |
# ==============================================================================
|
|||
|
# pt_rfm0 makefile
|
|||
|
#FileName: makefile.pt_rfm0
|
|||
|
#Author: xianfeng.du
|
|||
|
#Data: 2022-08-10
|
|||
|
#Description: pt_rfm0 top makefile
|
|||
|
# ==============================================================================
|
|||
|
VERSION = 1.00
|
|||
|
|
|||
|
# ==============================================================================
|
|||
|
# include common makefile Rules
|
|||
|
# ==============================================================================
|
|||
|
include $(MAKE_DIR)/makefile.config
|
|||
|
include $(MAKE_DIR)/makefile.toolchain
|
|||
|
|
|||
|
# ==============================================================================
|
|||
|
# files DIR definition
|
|||
|
# ==============================================================================
|
|||
|
DIRS_LIB_FOLDER += $(DIR_LIB)/rfm_spu
|
|||
|
|
|||
|
#DEFINES += PCIE_BACKHAUL
|
|||
|
|
|||
|
LD_FLAGS += -linterrupt
|
|||
|
|
|||
|
#LINK_FILE := $(UCP_INC)/PT_RFM-spu0-noCache.ld
|
|||
|
LINK_FILE := $(DIR_MAKE)/rfm-spu0-noCache.ld
|
|||
|
|
|||
|
DIRS_SRC_FOLDER += $(DIR_PET_SPU0)/top
|
|||
|
DIRS_SRC_FOLDER += $(DIR_PET_SPU0)/driver
|
|||
|
DIRS_SRC_FOLDER += $(DIR_PET_SPU0)/msg
|
|||
|
|
|||
|
# ==============================================================================
|
|||
|
# common: Output Files and Compilation Rules
|
|||
|
# ==============================================================================
|
|||
|
include $(MAKE_DIR)/makefile.common
|