mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-24 04:29:07 +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
|