2023-07-13 11:27:03 +08:00
|
|
|
|
# ==============================================================================
|
|
|
|
|
# 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
|
2023-09-11 19:16:30 +08:00
|
|
|
|
LINK_FILE := $(DIR_MAKE)/ld/pet-rfm-spu0-noCache.ld
|
2023-07-13 11:27:03 +08:00
|
|
|
|
|
|
|
|
|
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
|