diff options
Diffstat (limited to 'halext/halext.mk')
-rw-r--r-- | halext/halext.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/halext/halext.mk b/halext/halext.mk new file mode 100644 index 00000000..f5f47157 --- /dev/null +++ b/halext/halext.mk @@ -0,0 +1,6 @@ +# List of all the ChibiOS/RT META 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/halext/src/gdisp.c
+
+# Required include directories
+HALINC += ${CHIBIOS}/os/halext/include
|