diff options
author | edolomb <none@example.com> | 2017-12-22 17:39:26 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-12-22 17:39:26 +0000 |
commit | 67b0d562b7c6f81dd9cabc3221f1aea9809f57ac (patch) | |
tree | 267c0c695ece4cf556f2d5edb65460b2d420e852 | |
parent | 9f73c0dbf69e3eb51b9d8d1b886e2bf15a8160f1 (diff) | |
download | ChibiOS-67b0d562b7c6f81dd9cabc3221f1aea9809f57ac.tar.gz ChibiOS-67b0d562b7c6f81dd9cabc3221f1aea9809f57ac.tar.bz2 ChibiOS-67b0d562b7c6f81dd9cabc3221f1aea9809f57ac.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11168 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/platform.mk | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/platform.mk b/os/hal/ports/SAMA/SAMA5D2x/platform.mk index de8326bbe..09085a371 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/platform.mk +++ b/os/hal/ports/SAMA/SAMA5D2x/platform.mk @@ -1,11 +1,11 @@ # Required platform files.
-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/hal_tc_lld.c \
+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/hal_tc_lld.c \
$(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_crypto_lld.c
# Required include directories.
@@ -26,6 +26,7 @@ endif # Drivers compatible with the platform.
include $(CHIBIOS)/os/hal/ports/SAMA/LLD/DMAv1/driver.mk
+include $(CHIBIOS)/os/hal/ports/SAMA/LLD/MACv1/driver.mk
include $(CHIBIOS)/os/hal/ports/SAMA/LLD/PIOv1/driver.mk
include $(CHIBIOS)/os/hal/ports/SAMA/LLD/SPIv1/driver.mk
include $(CHIBIOS)/os/hal/ports/SAMA/LLD/RTCv1/driver.mk
|