9 lines
177 B
Makefile
9 lines
177 B
Makefile
CONTIKI_PROJECT = test-pwm timer-test test-uart
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
PLATFORMS_ONLY = cc2538dk openmote-cc2538 zoul
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|