aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-09 08:25:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-09 08:25:09 +0000
commit0e34cd051ed686263001af3a721f6858db94d072 (patch)
tree499c397f624dff297b4a5cf11e783f30cc6ae4b3 /os/hal/hal.mk
parent8ca210a4af9fd039e290cfcc309adde543999c1f (diff)
downloadChibiOS-0e34cd051ed686263001af3a721f6858db94d072.tar.gz
ChibiOS-0e34cd051ed686263001af3a721f6858db94d072.tar.bz2
ChibiOS-0e34cd051ed686263001af3a721f6858db94d072.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6109 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
new file mode 100644
index 000000000..7f93a6263
--- /dev/null
+++ b/os/hal/hal.mk
@@ -0,0 +1,15 @@
+# List of all the ChibiOS/RT HAL files, there is no need to remove the files
+# from this list, you can disable parts of the kernel by editing halconf.h.
+HALSRC = ${CHIBIOS}/os/halnew/src/hal.c \
+ ${CHIBIOS}/os/halnew/src/hal_queues.c \
+ ${CHIBIOS}/os/halnew/src/adc.c \
+ ${CHIBIOS}/os/halnew/src/can.c \
+ ${CHIBIOS}/os/halnew/src/icu.c \
+ ${CHIBIOS}/os/halnew/src/pal.c \
+ ${CHIBIOS}/os/halnew/src/pwm.c \
+ ${CHIBIOS}/os/halnew/src/serial.c \
+ ${CHIBIOS}/os/halnew/src/spi.c \
+ ${CHIBIOS}/os/halnew/src/st.c \
+
+# Required include directories
+HALINC = ${CHIBIOS}/os/halnew/include