2009-12-31 23:30:26 +01:00
|
|
|
############################################################################
|
2013-06-02 21:57:22 +02:00
|
|
|
# arch/arm/src/sam34/Make.defs
|
2009-12-31 23:30:26 +01:00
|
|
|
#
|
2021-03-13 11:24:50 +01:00
|
|
|
# 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
|
2009-12-31 23:30:26 +01:00
|
|
|
#
|
2021-03-13 11:24:50 +01:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2009-12-31 23:30:26 +01:00
|
|
|
#
|
2021-03-13 11:24:50 +01:00
|
|
|
# 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.
|
2009-12-31 23:30:26 +01:00
|
|
|
#
|
|
|
|
############################################################################
|
|
|
|
|
2010-04-02 18:23:10 +02:00
|
|
|
# The start-up, "head", file
|
|
|
|
|
|
|
|
# Common ARM and Cortex-M3 files
|
|
|
|
|
2022-04-27 14:28:49 +02:00
|
|
|
include armv7-m/Make.defs
|
2016-02-09 20:44:22 +01:00
|
|
|
|
2013-06-02 18:33:57 +02:00
|
|
|
# Required SAM3/4 files
|
2010-04-02 18:23:10 +02:00
|
|
|
|
2015-07-03 17:33:52 +02:00
|
|
|
CHIP_CSRCS = sam_allocateheap.c sam_irq.c sam_lowputc.c sam_serial.c
|
|
|
|
CHIP_CSRCS += sam_start.c
|
2010-04-02 18:23:10 +02:00
|
|
|
|
2013-06-02 18:33:57 +02:00
|
|
|
# Configuration-dependent SAM3/4 files
|
2010-04-02 18:23:10 +02:00
|
|
|
|
2014-08-07 00:26:01 +02:00
|
|
|
ifneq ($(CONFIG_SCHED_TICKLESS),y)
|
|
|
|
CHIP_CSRCS += sam_timerisr.c
|
|
|
|
endif
|
|
|
|
|
2014-07-07 16:03:18 +02:00
|
|
|
ifeq ($(CONFIG_CRYPTO_AES),y)
|
|
|
|
CHIP_CSRCS += sam_aes.c
|
|
|
|
endif
|
|
|
|
|
2014-06-25 16:25:52 +02:00
|
|
|
ifeq ($(CONFIG_ARCH_CHIP_SAM4CM),y)
|
|
|
|
CHIP_CSRCS += sam4cm_supc.c
|
|
|
|
endif
|
|
|
|
|
2013-06-04 23:12:56 +02:00
|
|
|
ifeq ($(CONFIG_ARCH_CHIP_SAM4L),y)
|
2013-06-06 02:48:30 +02:00
|
|
|
CHIP_CSRCS += sam4l_clockconfig.c sam4l_periphclks.c sam4l_gpio.c
|
2013-06-04 23:12:56 +02:00
|
|
|
else
|
2015-07-03 17:33:52 +02:00
|
|
|
CHIP_CSRCS += sam_clockconfig.c sam_gpio.c sam_gpioirq.c
|
2013-06-04 23:12:56 +02:00
|
|
|
endif
|
|
|
|
|
2014-08-29 22:47:22 +02:00
|
|
|
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
2013-06-02 21:04:40 +02:00
|
|
|
CHIP_CSRCS += sam_userspace.c sam_mpuinit.c
|
2011-04-08 17:24:50 +02:00
|
|
|
endif
|
|
|
|
|
2014-03-12 19:38:39 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_CMCC),y)
|
|
|
|
CHIP_CSRCS += sam_cmcc.c
|
|
|
|
endif
|
|
|
|
|
2014-03-13 22:54:09 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_DMAC0),y)
|
2014-02-25 17:56:23 +01:00
|
|
|
CHIP_CSRCS += sam_dmac.c
|
2013-06-20 02:38:31 +02:00
|
|
|
endif
|
|
|
|
|
2014-04-22 01:04:22 +02:00
|
|
|
ifeq ($(CONFIG_ARCH_CHIP_SAM4L),y)
|
2013-06-20 02:38:31 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_PDCA),y)
|
|
|
|
CHIP_CSRCS += sam4l_pdca.c
|
2010-04-02 18:23:10 +02:00
|
|
|
endif
|
2014-04-22 01:04:22 +02:00
|
|
|
endif
|
2009-12-31 23:30:26 +01:00
|
|
|
|
2014-03-12 22:03:59 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_EMAC),y)
|
|
|
|
CHIP_CSRCS += sam_emac.c
|
|
|
|
endif
|
|
|
|
|
2014-03-16 21:11:22 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_UDP),y)
|
|
|
|
CHIP_CSRCS += sam_udp.c
|
|
|
|
endif
|
|
|
|
|
2013-06-02 18:33:57 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_HSMCI),y)
|
2013-06-02 21:04:40 +02:00
|
|
|
CHIP_CSRCS += sam_hsmci.c
|
2010-04-02 18:23:10 +02:00
|
|
|
endif
|
2011-04-08 17:24:50 +02:00
|
|
|
|
2020-12-02 16:03:31 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_EXTNAND),y)
|
|
|
|
CHIP_CSRCS += sam4s_nand.c
|
|
|
|
endif
|
|
|
|
|
2013-06-27 02:46:44 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_SPI0),y)
|
2013-06-02 21:04:40 +02:00
|
|
|
CHIP_CSRCS += sam_spi.c
|
2014-03-13 17:34:35 +01:00
|
|
|
else
|
|
|
|
ifeq ($(CONFIG_SAM34_SPI1),y)
|
|
|
|
CHIP_CSRCS += sam_spi.c
|
|
|
|
endif
|
2011-10-03 16:06:06 +02:00
|
|
|
endif
|
2014-04-22 01:04:22 +02:00
|
|
|
|
2015-06-22 17:32:15 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_TWIM),y)
|
|
|
|
CHIP_CSRCS += sam_twi.c
|
|
|
|
endif
|
|
|
|
|
2014-07-03 15:26:44 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_AES),y)
|
|
|
|
CHIP_CSRCS += sam_aes.c
|
|
|
|
endif
|
|
|
|
|
2022-09-08 08:13:08 +02:00
|
|
|
ifeq ($(CONFIG_CRYPTO_CRYPTODEV_HARDWARE),y)
|
|
|
|
CHIP_CSRCS += sam_crypto.c
|
|
|
|
endif
|
|
|
|
|
2014-04-22 01:04:22 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_RTC),y)
|
|
|
|
CHIP_CSRCS += sam_rtc.c
|
|
|
|
endif
|
2014-04-22 03:10:06 +02:00
|
|
|
|
2014-05-05 22:35:37 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_RTT),y)
|
|
|
|
CHIP_CSRCS += sam_rtt.c
|
|
|
|
endif
|
|
|
|
|
2014-04-22 03:10:06 +02:00
|
|
|
ifeq ($(CONFIG_SAM34_WDT),y)
|
|
|
|
CHIP_CSRCS += sam_wdt.c
|
|
|
|
endif
|
2014-04-22 17:01:20 +02:00
|
|
|
|
|
|
|
ifeq ($(CONFIG_TIMER),y)
|
|
|
|
CHIP_CSRCS += sam_tc.c
|
|
|
|
endif
|
2015-02-03 14:00:54 +01:00
|
|
|
|
|
|
|
ifeq ($(CONFIG_ARCH_CHIP_SAM4CM),y)
|
|
|
|
ifeq ($(CONFIG_SAM34_TC),y)
|
|
|
|
CHIP_CSRCS += sam4cm_tc.c
|
2016-12-04 14:23:31 +01:00
|
|
|
|
2015-02-03 14:00:54 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_ONESHOT),y)
|
2016-08-12 01:04:19 +02:00
|
|
|
CHIP_CSRCS += sam4cm_oneshot.c sam4cm_oneshot_lowerhalf.c
|
2016-12-04 14:23:31 +01:00
|
|
|
endif # CONFIG_SAM34_ONESHOT
|
|
|
|
|
2015-02-03 14:00:54 +01:00
|
|
|
ifeq ($(CONFIG_SAM34_FREERUN),y)
|
|
|
|
CHIP_CSRCS += sam4cm_freerun.c
|
2016-12-04 14:23:31 +01:00
|
|
|
endif # CONFIG_SAM34_FREERUN
|
|
|
|
|
2015-02-03 14:00:54 +01:00
|
|
|
ifeq ($(CONFIG_SCHED_TICKLESS),y)
|
|
|
|
CHIP_CSRCS += sam4cm_tickless.c
|
2016-12-04 14:23:31 +01:00
|
|
|
endif # CONFIG_SCHED_TICKLESS
|
|
|
|
endif # CONFIG_SAM34_TC
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_SMP),y)
|
|
|
|
CHIP_CSRCS += sam4cm_cpuindex.c sam4cm_cpuidlestack.c
|
2018-05-07 18:13:20 +02:00
|
|
|
CHIP_CSRCS += sam4cm_cpupause.c sam4cm_cpustart.c
|
|
|
|
ifneq ($(CONFIG_ARCH_IDLE_CUSTOM),y)
|
|
|
|
CHIP_CSRCS += sam4cm_idle.c
|
|
|
|
endif
|
2016-12-04 14:23:31 +01:00
|
|
|
endif # CONFIG_SMP
|
2018-05-07 18:13:20 +02:00
|
|
|
|
2016-12-04 14:23:31 +01:00
|
|
|
endif # CONFIG_ARCH_CHIP_SAM4CM
|