aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-16 09:12:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-16 09:12:08 +0000
commit27261ab8a6ade925246c1dec80ead3f4a9c651c2 (patch)
tree02076fa154699192b1c741b9104572f4e6596b37 /os/hal/hal.mk
parent1bdcf39d7b55642ae26bc32ffed1fdc36cfc9d56 (diff)
downloadChibiOS-27261ab8a6ade925246c1dec80ead3f4a9c651c2.tar.gz
ChibiOS-27261ab8a6ade925246c1dec80ead3f4a9c651c2.tar.bz2
ChibiOS-27261ab8a6ade925246c1dec80ead3f4a9c651c2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6715 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index 03c9ee2ad..892f1ed5d 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -1,5 +1,5 @@
-# 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.
+# List of all the ChibiOS/HAL files, there is no need to remove the files
+# from this list, you can disable parts of the HAL by editing halconf.h.
HALSRC = ${CHIBIOS}/os/hal/src/hal.c \
${CHIBIOS}/os/hal/src/hal_queues.c \
${CHIBIOS}/os/hal/src/hal_mmcsd.c \
@@ -8,6 +8,7 @@ HALSRC = ${CHIBIOS}/os/hal/src/hal.c \
${CHIBIOS}/os/hal/src/ext.c \
${CHIBIOS}/os/hal/src/gpt.c \
${CHIBIOS}/os/hal/src/i2c.c \
+ ${CHIBIOS}/os/hal/src/i2s.c \
${CHIBIOS}/os/hal/src/icu.c \
${CHIBIOS}/os/hal/src/mmc_spi.c \
${CHIBIOS}/os/hal/src/pal.c \