]> Pileus Git - ~andy/csm213a-hw/blobdiff - hw2/makefile
Bring in utilities to tester
[~andy/csm213a-hw] / hw2 / makefile
index 11824a8e20aa1dd86a22b8b29ef2fa6088ea63da..aba2af875cb9ac92d1d3250800def469a482257f 100644 (file)
@@ -7,7 +7,7 @@ CPPFLAGS =
 LDFLAGS  = -lm
 
 # Common rules
-default: all
+default: mbed-run
 
 all: mbed.elf tester.elf control
 
@@ -27,7 +27,7 @@ mbed-run: mbed.bin control install.sh
        @./control $(UART1) 2 sync
 
 # Testing mbed (mbed3)
-tester.elf: tester.o
+tester.elf: tester.o serial_irq.o timer_dma.o messages.o
 
 tester-run: tester.bin install.sh
        @./install.sh $< /dev/sdb /mnt/usb