The unified diff between revisions [5ddceb38..] and [dea51752..] is displayed below. It can also be downloaded as a raw diff.

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

#
# old_revision [5ddceb38e22c73a2d7c630837716676d5ff14a38]
# new_revision [dea51752ff3061ddca80de6685b04dac53ac77e1]
#
# patch "Makefile"
#  from [a138dfe535ffa07a2fe757f088e1451a3f4aff9a]
#    to [b5d08d5d0ac834ea39ee009f56ef0e3780848f88]
#
============================================================
--- Makefile	a138dfe535ffa07a2fe757f088e1451a3f4aff9a
+++ Makefile	b5d08d5d0ac834ea39ee009f56ef0e3780848f88
@@ -3,10 +3,10 @@ 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
+CFLAGS=-march=armv4t -msoft-float $(COPTIM) -Wall -Werror -Wextra
 
 LDSCRIPT=lpc2103_flash.ld
 CC=arm-elf-gcc