Add CONTIKI_PROJECT to the makefile, enabling make upload.

This commit is contained in:
David Kopf 2011-08-16 14:37:28 -04:00
parent 93097dcc0a
commit b7cd4fbd90

View file

@ -1,4 +1,5 @@
all: border-router
CONTIKI_PROJECT=border-router
all: $(CONTIKI_PROJECT)
CONTIKI=../../..