diff options
author | edolomb <none@example.com> | 2017-08-10 12:10:49 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-08-10 12:10:49 +0000 |
commit | d63dbb9e383589a44d0823fd97feb6a5fa22e747 (patch) | |
tree | f8b9e13c54f33164401788051889621994276792 | |
parent | 70865c1733f5798d10d1914b8e9c1a66424a55c2 (diff) | |
download | ChibiOS-d63dbb9e383589a44d0823fd97feb6a5fa22e747.tar.gz ChibiOS-d63dbb9e383589a44d0823fd97feb6a5fa22e747.tar.bz2 ChibiOS-d63dbb9e383589a44d0823fd97feb6a5fa22e747.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10382 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/platform.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/platform.mk b/os/hal/ports/SAMA/SAMA5D2x/platform.mk index 137cfaaa7..d60a2ec26 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/platform.mk +++ b/os/hal/ports/SAMA/SAMA5D2x/platform.mk @@ -1,15 +1,15 @@ # Required platform files.
-# TODO add $(CHIBIOS)/os/hal/ports/common/ARMCAx/aic.c
+
PLATFORMSRC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c \
- $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c
-# TODO add $(CHIBIOS)/os/hal/ports/common/ARMCAx
+ $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c \
+ $(CHIBIOS)/os/hal/ports/common/ARMCAx/aic.c
+
# Required include directories.
-PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x
-
-
+PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x \
+ $(CHIBIOS)/os/hal/ports/common/ARMCAx
# TODO: Add smart build.
# Drivers compatible with the platform.
-#include $(CHIBIOS)/os/hal/ports/ATMEL/LLD/DMAv1/driver.mk
-#include $(CHIBIOS)/os/hal/ports/ATMEL/LLD/SPIv1/driver.mk
+#include $(CHIBIOS)/os/hal/ports/SAMA/LLD/DMAv1/driver.mk
+#include $(CHIBIOS)/os/hal/ports/SAMA/LLD/SPIv1/driver.mk
|