zephyr/samples/drivers/sensor_apds9960/Makefile
Anas Nashif c6343f5271 apds9960: Fix reference to i2c driver
Also make the CONF_FILE  variable overridable

Change-Id: I44251cfd66648a665ff04dfcd38e750c24af5734
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-23 21:32:01 +00:00

7 lines
105 B
Makefile

BOARD ?= arduino_101_sss
KERNEL_TYPE ?= nano
CONF_FILE ?= prj.conf
include ${ZEPHYR_BASE}/Makefile.inc