annotate makefile-frags/first-part @ 214:adfdbcd360fd

backlight evolution: API between Condat driver and MFW With this change, the API between the Condat backlight driver and its user in MFW now carries more abstract backlight state codes (fully off, fully on, in call, charging boot mode) instead of 0-255 levels. This change is needed in order to more properly support different hardware targets with different capabilities and approaches in terms of backlight handling.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 23 Apr 2021 23:52:02 +0000
parents 94ee95dad595
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 all: fwimage.bin flash-script
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 ${SUBDIR}: FRC
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 cd $@; ${MAKE} ${MFLAGS}
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 ${LIBS}: ${SUBDIR}
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 @true
94ee95dad595 makefile-frags: adapted from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8