You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
4 months ago
|
################################################################################
|
||
|
# Copyright (c) Hisilicon Technologies Co., Ltd. 2014-2020. All rights reserved.
|
||
|
# Description: Makefile
|
||
|
# Author: SmartMedia_BSP
|
||
|
# Create: 2014-06-04
|
||
|
################################################################################
|
||
|
|
||
|
#SRCS-$(CONFIG_CMDLINE) += cmd_system.c cmd_memory.c cmd_run.c \
|
||
|
cmd_env_set.c startcmd.c cmd_getinfo.c cmd_xmodem.c
|
||
|
|
||
|
#SRCS-y += cmd-words.c cmd_loadsbl.c
|
||
|
|
||
|
#SRCS-y += env_set.c run.c kern_tags.c reboot.c dump_hex.c xmodem.c bootstrap.c \
|
||
|
init.c kern_param.c mem_init.c
|
||
|
|
||
|
#SRCS-y += env_set.c reboot.c dump_hex.c xmodem.c bootstrap.c \
|
||
|
init.c mem_init.c
|
||
|
#SRCS-$(CONFIG_CMDLINE) += run.c kern_tags.c kern_param.c
|
||
|
|
||
|
#SRCS-$(CONFIG_BOOTARGS_MERGE) += params.c
|
||
|
#SRCS-$(CONFIG_TEE_SUPPORT) += loadsecureimg.c
|
||
|
#SRCS-y += load_fip.c secure_mem_cfg.c
|
||
|
|
||
|
#SRCS-$(CONFIG_ARCH_S40) += board_s40.c
|
||
|
#SRCS-$(CONFIG_ARCH_GODBOX) += board_godbox.c
|
||
|
|
||
|
SRCS-y += init.c mem_init.c boot_sbl.c
|
||
|
ifeq ($(CFG_ADVCA_AVB), y)
|
||
|
SRCS-y += ext_verify_boot.c
|
||
|
endif
|
||
|
ifeq ($(CFG_SOCT_FBL_AB_SUPPORT), y)
|
||
|
SRCS-y += ext_ab.c
|
||
|
endif
|