mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
330e450ba4
The port was done jointly by Zolertia and George Oikonomou (University of Bristol).
10 lines
245 B
Makefile
10 lines
245 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
CONTIKI_PROJECT = remote-demo test-tsl2563 test-sht25
|
|
CONTIKI_TARGET_SOURCEFILES += tsl2563.c sht25.c
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|