aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/hal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/hal.mk')
-rw-r--r--os/io/hal.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/io/hal.mk b/os/io/hal.mk
deleted file mode 100644
index 638a72f23..000000000
--- a/os/io/hal.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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/hal/src/hal.c \
- ${CHIBIOS}/os/hal/src/adc.c \
- ${CHIBIOS}/os/hal/src/can.c \
- ${CHIBIOS}/os/hal/src/mac.c \
- ${CHIBIOS}/os/hal/src/pal.c \
- ${CHIBIOS}/os/hal/src/serial.c \
- ${CHIBIOS}/os/hal/src/spi.c \
- ${CHIBIOS}/os/hal/src/mmc_spi.c
-
-# Required include directories
-HALINC = ${CHIBIOS}/os/hal/include