X-Git-Url: http://pileus.org/git/?p=~andy%2Fcsm213a-hw;a=blobdiff_plain;f=hw2%2Fmakefile;h=aba2af875cb9ac92d1d3250800def469a482257f;hp=11824a8e20aa1dd86a22b8b29ef2fa6088ea63da;hb=bdda7dcfdce84ad3900853d6a2fb678d15763bef;hpb=b3c038492109586658d195dbaaf6b0c95cce0a20 diff --git a/hw2/makefile b/hw2/makefile index 11824a8..aba2af8 100644 --- a/hw2/makefile +++ b/hw2/makefile @@ -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