2012-07-31 04:34:10 +00:00
|
|
|
# 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.
|
2012-08-08 11:29:08 +00:00
|
|
|
|
|
|
|
HALSRC += ${CHIBIOS}/os/halext/src/gdisp.c \
|
2012-08-04 16:32:31 +00:00
|
|
|
${CHIBIOS}/os/halext/src/gdisp_fonts.c \
|
|
|
|
${CHIBIOS}/os/halext/src/gdisp_emulation.c
|
2012-07-31 04:34:10 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-08-08 11:29:08 +00:00
|
|
|
HALINC += ${CHIBIOS}/os/halext/include
|