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.

20 lines
527 B

################################################################################
# Copyright (c) Hisilicon Technologies Co., Ltd. 2014-2020. All rights reserved.
# Description: Makefile
# Author: SmartMedia_BSP
# Create: 2014-06-04
################################################################################
SRCS-$(CONFIG_UART) += uart/
CFLAGS += -Wno-error
SRCS-y += timer/
SRCS-y += flash/
SRCS-y += cipher/
ifneq ($(findstring $(CONFIG_PLATFORM_TYPE), "uos_kos"),)
SRCS-y += pdm/
SRCS-y += otp/
SRCS-y += ssa/
endif