The unified diff between revisions [8760ae92..] and [961b04dd..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'Makefile'

#
# old_revision [8760ae9232295422550b79f09e55122390704b3c]
# new_revision [961b04ddb07ba2b5dd6bccfa66a03e442e40d8f0]
#
# patch "Makefile"
#  from [de7747e757f0f60e45c426582c5736214e14d050]
#    to [b5d08d5d0ac834ea39ee009f56ef0e3780848f88]
#
============================================================
--- Makefile	de7747e757f0f60e45c426582c5736214e14d050
+++ Makefile	b5d08d5d0ac834ea39ee009f56ef0e3780848f88
@@ -3,7 +3,7 @@ SSRCS=crt0.s
 NAME=quad
 
 SSRCS=crt0.s
-CSRCS=main.c i2c.c wmp.c timer.c
+CSRCS=main.c i2c.c wmp.c timer.c interrupt.c uart.c
 
 COPTIM?=-O1
 CFLAGS=-march=armv4t -msoft-float $(COPTIM) -Wall -Werror -Wextra