Project

General

Profile

Revision 1560

added speed test behavior to wireless branch (this is where I'm testing the baud rate, which still doesn't work)

View differences:

Makefile
389 389
	@echo $(MSG_LIBRARY_BUILD)
390 390
	make clean -C $(COLONYROOT)/code/projects/libdragonfly
391 391
	make dist -C $(COLONYROOT)/code/projects/libdragonfly
392
ifdef USE_WIRELESS
392 393
	make clean -C $(COLONYROOT)/code/projects/libwireless/lib
393 394
	make dist -C $(COLONYROOT)/code/projects/libwireless/lib
395
endif
394 396

  
395 397
# Check if library needs to be built
396 398
lib:
397 399
	@echo $(MSG_LIBRARY_CHECK)
398 400
	make dist -C $(COLONYROOT)/code/projects/libdragonfly
401
#ifdef USE_WIRELESS
399 402
	make dist -C $(COLONYROOT)/code/projects/libwireless/lib
403
#endif
400 404

  
401 405

  
402 406
# Program the device.

Also available in: Unified diff