2c5f653bfd
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
##############################################################################
|
|
# arch/renesas/src/sh1/Make.defs
|
|
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership. The
|
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance with the
|
|
# License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
##############################################################################
|
|
|
|
HEAD_ASRC = sh1_head.S
|
|
|
|
CMN_CSRCS = renesas_allocateheap.c renesas_createstack.c renesas_doirq.c
|
|
CMN_CSRCS += renesas_exit.c renesas_getintstack.c renesas_initialize.c
|
|
CMN_CSRCS += renesas_idle.c renesas_initialstate.c renesas_lowputs.c
|
|
CMN_CSRCS += renesas_mdelay.c renesas_nputs.c renesas_releasestack.c
|
|
CMN_CSRCS += renesas_stackframe.c renesas_switchcontext.c renesas_udelay.c
|
|
CMN_CSRCS += renesas_usestack.c sh1_schedulesigaction.c sh1_sigdeliver.c
|
|
|
|
CHIP_ASRCS = sh1_vector.S sh1_saveusercontext.S
|
|
CHIP_CSRCS = sh1_lowputc.c sh1_irq.c sh1_serial.c sh1_initialstate.c
|
|
CHIP_CSRCS += sh1_copystate.c sh1_registerdump.c
|
|
|
|
ifneq ($(CONFIG_SCHED_TICKLESS),y)
|
|
CHIP_CSRCS += sh1_timerisr.c
|
|
endif
|