diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-13 22:11:12 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-09-13 22:11:12 +0200 | 
| commit | 075faa4e2521b0d90df564516dfc618506cca8e9 (patch) | |
| tree | 4ea87e9571c943e7c8964a83c999ee42a4c533f2 /firmware/test/i2s/Makefile | |
| parent | 7f3a3ca4095286a6a995cde423375c1da8064bfb (diff) | |
I2S test and a number of bugfixes.
Diffstat (limited to 'firmware/test/i2s/Makefile')
| -rw-r--r-- | firmware/test/i2s/Makefile | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/firmware/test/i2s/Makefile b/firmware/test/i2s/Makefile index c88f443..ed7860c 100644 --- a/firmware/test/i2s/Makefile +++ b/firmware/test/i2s/Makefile @@ -42,7 +42,9 @@ LINKER_SCRIPT = ${LPC}/LPC17xx.ld  CSRCS  = \  	${LPC}/system_LPC17xx.c \  	${LPC}/startup_LPC17xx.c \ -	${DRV}/i2s.c +	${DRV}/led.c \ +	${DRV}/i2s.c \ +	../test.c  CSRCS += ${PROJ}.c  ASRCS  =  @@ -91,8 +93,8 @@ nuke: clean  #	openocd -f openocd.cfg -c 'flash write_image erase $(PROJ).hex' -c 'verify_image $(PROJ).hex' -c 'reset run'  flash: $(EXECNAME)  	$(CP) -O binary $(EXECNAME) $(PROJ).bin -	./fix-lpcchecksum $(PROJ).bin -	openocd -f openocd.cfg \ +	../../fix-lpcchecksum $(PROJ).bin +	openocd -f ../../openocd.cfg \  		-c 'flash write_image erase $(PROJ).bin' \  		-c 'verify_image $(PROJ).bin' \  		-c 'reset run' | 
