diff options
author | Tectu <joel@unormal.org> | 2012-08-08 13:29:08 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-08 13:29:08 +0200 |
commit | 6195e6763b597e22175213999cc12a979862b207 (patch) | |
tree | 877c852d5d2a2d3d11b32e0c1096968d55a81d0a | |
parent | ba318556a702e547522890502b8645dbc8464e98 (diff) | |
download | uGFX-6195e6763b597e22175213999cc12a979862b207.tar.gz uGFX-6195e6763b597e22175213999cc12a979862b207.tar.bz2 uGFX-6195e6763b597e22175213999cc12a979862b207.zip |
whitespaces
-rw-r--r-- | halext/halext.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/halext/halext.mk b/halext/halext.mk index b0e1b8df..8768a07b 100644 --- a/halext/halext.mk +++ b/halext/halext.mk @@ -1,8 +1,9 @@ # 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 \
+
+HALSRC += ${CHIBIOS}/os/halext/src/gdisp.c \
${CHIBIOS}/os/halext/src/gdisp_fonts.c \
${CHIBIOS}/os/halext/src/gdisp_emulation.c
# Required include directories
-HALINC += ${CHIBIOS}/os/halext/include
+HALINC += ${CHIBIOS}/os/halext/include
|