YB_Platform/public/make/makefile.pet_rfm_spu0
2023-09-11 19:16:30 +08:00

36 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ==============================================================================
# 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)/ld/pet-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