4ed5c50a4e
Move the CFS and Coffee examples from sky to a common cfs-coffee folder in order to have unified examples for multiple platforms.
12 lines
171 B
Makefile
12 lines
171 B
Makefile
CONTIKI = ../..
|
|
|
|
all: test-cfs test-coffee example-coffee
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
|
|
ifeq ($(TARGET),avr-raven)
|
|
COFFEE_FILES = 4
|
|
endif
|
|
|
|
include $(CONTIKI)/Makefile.include
|