components/tft/component.mk

Fri, 26 Oct 2018 13:29:14 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 26 Oct 2018 13:29:14 +0200
changeset 18
5d4a40fe9967
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Removed jpg and bmp support.

0
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 # Main Makefile. This is basically the same as a component makefile.
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 #
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 COMPONENT_SRCDIRS := .
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 COMPONENT_ADD_INCLUDEDIRS := .

mercurial