The unified diff between revisions [65df00aa..] and [4cc7246c..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Makefile'
# # old_revision [65df00aa2705ce33fd74f4dd706d2879fe99b2b0] # new_revision [4cc7246c1b6c809c9dc15997798f6deed15b3631] # # patch "Makefile" # from [bd708913eaf7c1bac787cd82ff2b7e23c57ddc59] # to [aa804f03d53484ad86061695d7e033b091c87a88] # ============================================================ --- Makefile bd708913eaf7c1bac787cd82ff2b7e23c57ddc59 +++ Makefile aa804f03d53484ad86061695d7e033b091c87a88 @@ -3,7 +3,7 @@ SSRCS=crt0.s NAME=quad SSRCS=crt0.s -CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c event.c +CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c event.c matrix.c dcm.c COPTIM?=-O1 CFLAGS=-march=armv4t -msoft-float $(COPTIM) -Wall -Werror -Wextra