aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-17 18:44:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-17 18:44:03 +0000
commitc4a3d44d53f667cc73abf655542b2974a9b0bb93 (patch)
tree59e9882a4737bc42761406c8374b9b516e486f76 /os/hal/platforms/STM32F0xx/platform.mk
parent76ac6302c73df7ab7da020b3ce412d2bdeafb2ea (diff)
downloadChibiOS-c4a3d44d53f667cc73abf655542b2974a9b0bb93.tar.gz
ChibiOS-c4a3d44d53f667cc73abf655542b2974a9b0bb93.tar.bz2
ChibiOS-c4a3d44d53f667cc73abf655542b2974a9b0bb93.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4205 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx/platform.mk')
-rw-r--r--os/hal/platforms/STM32F0xx/platform.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F0xx/platform.mk b/os/hal/platforms/STM32F0xx/platform.mk
new file mode 100644
index 000000000..c22930f58
--- /dev/null
+++ b/os/hal/platforms/STM32F0xx/platform.mk
@@ -0,0 +1,5 @@
+# List of all the STM32F1xx platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/hal_lld.c
+
+# Required include directories
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F0xx \ No newline at end of file