diff options
author | Tectu <joel@unormal.org> | 2012-08-13 04:11:03 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-13 04:11:03 +0200 |
commit | 54229cbdaaf585b5adf9b085229a22c9824c112c (patch) | |
tree | 846e654318f88d309bf6f7f0aadbf640d8cdd04b /halext/halext.mk | |
parent | e7f0c8e2c2791fd2e571c762f03e277161f98a4b (diff) | |
download | uGFX-54229cbdaaf585b5adf9b085229a22c9824c112c.tar.gz uGFX-54229cbdaaf585b5adf9b085229a22c9824c112c.tar.bz2 uGFX-54229cbdaaf585b5adf9b085229a22c9824c112c.zip |
restructure
Diffstat (limited to 'halext/halext.mk')
-rw-r--r-- | halext/halext.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/halext/halext.mk b/halext/halext.mk deleted file mode 100644 index 045d864f..00000000 --- a/halext/halext.mk +++ /dev/null @@ -1,9 +0,0 @@ -# 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 += $(LCDLIB)/halext/src/gdisp.c \
- $(LCDLIB)/halext/src/gdisp_fonts.c \
- $(LCDLIB)/halext/src/touchpad.c
-
-# Required include directories
-HALINC += $(LCDLIB)/halext/include
|