f30d92b101
The switch is now performed through a configuration define, which has also been renamed to better match Contiki's naming conventions
9 lines
156 B
Makefile
9 lines
156 B
Makefile
CONTIKI_PROJECT = cc2531-usb-demo
|
|
|
|
DEFINES+=MODELS_CONF_CC2531_USB_STICK=1
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|