X-Git-Url: http://pileus.org/git/?p=~andy%2Fcsm213a-hw;a=blobdiff_plain;f=hw2%2Fmakefile;fp=hw2%2Fmakefile;h=8e8b2ee95b2bd38d2a8858dfd50ccd6938e881ab;hp=aba2af875cb9ac92d1d3250800def469a482257f;hb=7809f2b477c2eec8d27e45b3e441002509cfc556;hpb=bdda7dcfdce84ad3900853d6a2fb678d15763bef diff --git a/hw2/makefile b/hw2/makefile index aba2af8..8e8b2ee 100644 --- a/hw2/makefile +++ b/hw2/makefile @@ -7,7 +7,7 @@ CPPFLAGS = LDFLAGS = -lm # Common rules -default: mbed-run +default: all all: mbed.elf tester.elf control @@ -19,7 +19,8 @@ dist: zip mbed.zip makefile ../common.mk *.{c,cpp,h} */*.{cpp,.h} # Primary mbed (mbed1/mbed2) -mbed.elf: main.o serial_irq.o serial_dma.o timer_dma.o messages.o +mbed.elf: main.o main_time.o main_emit.o main_comm.o \ + serial_irq.o serial_dma.o timer_dma.o messages.o mbed-run: mbed.bin control install.sh @./install.sh $<