nes-proj/examples/platform-specific/jn516x/dr1175-sensors/Makefile

12 lines
171 B
Makefile

CONTIKI=../../../..
CONTIKI_PROJECT = node
PLATFORMS_ONLY = jn516x
TARGET ?= jn516x
JN516x_WITH_DR1175 = 1
all: $(CONTIKI_PROJECT)
include $(CONTIKI)/Makefile.include