aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk')
-rw-r--r--os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk b/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk
new file mode 100644
index 000000000..fec5e837c
--- /dev/null
+++ b/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/platform.mk
@@ -0,0 +1,9 @@
+# List of all the AVR platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U/hal_lld.c \
+
+# Required include directories
+PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR/XMEGA/ATXMEGAxxxA4U
+
+# Drivers compatible with the platform.
+include $(CHIBIOS)/os/hal/ports/AVR/XMEGA/LLD/GPIOv1/driver.mk
+include $(CHIBIOS)/os/hal/ports/AVR/XMEGA/LLD/TIMv1/driver.mk