The unified diff between revisions [cc8258a6..] and [253c6510..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Makefile'
# # old_revision [cc8258a6c3643514892e84cf24fed008bc6f9660] # new_revision [253c65100e2208e0b8c93178896f5aab89e4ec0b] # # patch "Makefile" # from [b5d08d5d0ac834ea39ee009f56ef0e3780848f88] # to [bd708913eaf7c1bac787cd82ff2b7e23c57ddc59] # ============================================================ --- Makefile b5d08d5d0ac834ea39ee009f56ef0e3780848f88 +++ Makefile bd708913eaf7c1bac787cd82ff2b7e23c57ddc59 @@ -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 +CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c event.c COPTIM?=-O1 CFLAGS=-march=armv4t -msoft-float $(COPTIM) -Wall -Werror -Wextra