aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/SAMA5D2x/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/SAMA/SAMA5D2x/platform.mk')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/platform.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/platform.mk b/os/hal/ports/SAMA/SAMA5D2x/platform.mk
new file mode 100644
index 000000000..fa7b80815
--- /dev/null
+++ b/os/hal/ports/SAMA/SAMA5D2x/platform.mk
@@ -0,0 +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
+
+# TODO add $(CHIBIOS)/os/hal/ports/common/ARMCAx
+# Required include directories.
+PLATFORMINC := $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x
+
+
+
+# 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