diff options
author | edolomb <none@example.com> | 2017-10-31 09:57:41 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-10-31 09:57:41 +0000 |
commit | 63c1ec23f7186b958cc4aec92419161b9927a535 (patch) | |
tree | 4eaaeac2b8fe97a847c12860ceaa84ca97250931 | |
parent | ed6245c58f40d64d77dde8f0aac0b1d9b20a1966 (diff) | |
download | ChibiOS-63c1ec23f7186b958cc4aec92419161b9927a535.tar.gz ChibiOS-63c1ec23f7186b958cc4aec92419161b9927a535.tar.bz2 ChibiOS-63c1ec23f7186b958cc4aec92419161b9927a535.zip |
Added hal_tc_lld.c
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10914 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/platform.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/platform.mk b/os/hal/ports/SAMA/SAMA5D2x/platform.mk index 87727c325..38af36911 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/platform.mk +++ b/os/hal/ports/SAMA/SAMA5D2x/platform.mk @@ -4,7 +4,8 @@ PLATFORMSRC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c \ $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c \
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/aic.c \
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_matrix.c \
- $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_cache.c
+ $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/sama_cache.c \
+ $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c
# Required include directories.
PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x
|