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.
14 lines
503 B
14 lines
503 B
4 months ago
|
################################################################################
|
||
|
# Copyright (c) Hisilicon Technologies Co., Ltd. 2014-2020. All rights reserved.
|
||
|
# Description: mmu cache code
|
||
|
# Author: SmartMedia_BSP
|
||
|
# Create: 2014-06-04
|
||
|
################################################################################
|
||
|
|
||
|
SRCS-y += libc/
|
||
|
SRCS-y += secure_c/source/
|
||
|
SRCS-$(CONFIG_UART) += console.c
|
||
|
SRCS-y += malloc.c memlib.c malloc_res.c div64.c
|
||
|
SRCS-y += modules.c
|
||
|
SRCS-$(CONFIG_GENERIC_SFC) += bits.c
|