Z1: cleaned up non-required libraries from builds and moved SENSORS declaration to its own file

This commit is contained in:
Antonio Lignan 2016-08-16 15:33:21 +02:00
parent 3550d43b47
commit 26c4a81331
5 changed files with 60 additions and 20 deletions

View file

@ -7,8 +7,11 @@ ZOLERTIA_Z1SP=0
CONTIKI_PROJECT = test-phidgets blink test-adxl345 test-tmp102 test-light-ziglet
CONTIKI_PROJECT += test-battery test-relay-phidget test-tlc59116 test-sht25
CONTIKI_SOURCEFILES += sht11.c reed-sensor.c
APPS=serial-shell
CONTIKI_SOURCEFILES += reed-sensor.c sht25.c tlc59116.c light-ziglet.c \
relay-phidget.c
MODULES += dev/sht11
ifeq ($(ZOLERTIA_Z1SP),1)
CONTIKI_PROJECT += test-potent