aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/uDMA
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-04-18 22:20:21 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2017-04-18 22:20:21 +0200
commit9617145f2190d02942d537c8a9bc79d10d174187 (patch)
tree71171d5ce047d0744eed9bd5d592c9575ca2ea2b /os/hal/ports/TIVA/LLD/uDMA
parent4226442a0c753b8c81f71f1024c4204b711a2637 (diff)
downloadChibiOS-Contrib-9617145f2190d02942d537c8a9bc79d10d174187.tar.gz
ChibiOS-Contrib-9617145f2190d02942d537c8a9bc79d10d174187.tar.bz2
ChibiOS-Contrib-9617145f2190d02942d537c8a9bc79d10d174187.zip
Added driver.mk file for each low level peripheral driver.
Diffstat (limited to 'os/hal/ports/TIVA/LLD/uDMA')
-rw-r--r--os/hal/ports/TIVA/LLD/uDMA/driver.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/TIVA/LLD/uDMA/driver.mk b/os/hal/ports/TIVA/LLD/uDMA/driver.mk
new file mode 100644
index 0000000..3a2d929
--- /dev/null
+++ b/os/hal/ports/TIVA/LLD/uDMA/driver.mk
@@ -0,0 +1,2 @@
+PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/TIVA/LLD/uDMA/tiva_udma.c
+PLATFORMINC += $(CHIBIOS_CONTRIB)/os/hal/ports/TIVA/LLD/uDMA