mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
CONTIKI_PROJECT = cc2531-usb-demo
|
||
|
|
||
|
DEFINES+=MODEL_CC2531=1
|
||
|
|
||
|
all: $(CONTIKI_PROJECT)
|
||
|
|
||
|
CONTIKI = ../../..
|
||
|
include $(CONTIKI)/Makefile.include
|