osd-contiki/examples/cc2530dk/cc2531-usb-demo/Makefile
George Oikonomou f30d92b101 Change the way we switch between cc2530 models
The switch is now performed through a configuration define,
which has also been renamed to better match Contiki's naming
conventions
2013-08-09 15:53:23 +01:00

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