2009-09-08 21:47:50 +02:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=sensinode
|
|
|
|
endif
|
|
|
|
|
2009-09-09 09:34:53 +02:00
|
|
|
CONTIKI_PROJECT = hello_world clock_test rf_test_rx rf_test_tx
|
2009-09-08 21:47:50 +02:00
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
|
|
|
|
CONTIKI = ../..
|
|
|
|
include $(CONTIKI)/Makefile.include
|